summaryrefslogtreecommitdiff
path: root/src/sim/system.hh
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2013-09-04 13:22:55 -0400
committerAndreas Hansson <andreas.hansson@arm.com>2013-09-04 13:22:55 -0400
commitcead68a78189f764a98be88206592884cdde75ec (patch)
tree72c3216139882b15283da7a64b52b2262e1e57d7 /src/sim/system.hh
parentfdf6f6c4b61cadd79d910ccb225ebf9fba6191c2 (diff)
downloadgem5-cead68a78189f764a98be88206592884cdde75ec.tar.xz
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.
Diffstat (limited to 'src/sim/system.hh')
-rw-r--r--src/sim/system.hh3
1 files changed, 1 insertions, 2 deletions
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;