From cead68a78189f764a98be88206592884cdde75ec Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Wed, 4 Sep 2013 13:22:55 -0400 Subject: alpha: Move system virtProxy to Alpha only This patch moves the system virtual port proxy to the Alpha system only to make the resurrection of the NOISA slightly less painful. Alpha is the only ISA that is actually using it. --- src/sim/system.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/sim/system.hh') diff --git a/src/sim/system.hh b/src/sim/system.hh index 6e44d0ab5..5058e7b26 100644 --- a/src/sim/system.hh +++ b/src/sim/system.hh @@ -57,9 +57,9 @@ #include "cpu/pc_event.hh" #include "enums/MemoryMode.hh" #include "kern/system_events.hh" -#include "mem/fs_translating_port_proxy.hh" #include "mem/mem_object.hh" #include "mem/port.hh" +#include "mem/port_proxy.hh" #include "mem/physical.hh" #include "params/System.hh" @@ -211,7 +211,6 @@ class System : public MemObject /** Port to physical memory used for writing object files into ram at * boot.*/ PortProxy physProxy; - FSTranslatingPortProxy virtProxy; /** kernel symbol table */ SymbolTable *kernelSymtab; -- cgit v1.2.3