summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorErik Hallnor <ehallnor@umich.edu>2003-10-23 16:40:08 -0400
committerErik Hallnor <ehallnor@umich.edu>2003-10-23 16:40:08 -0400
commit320540829d62f9c5a5290a8c9bd991fda297a210 (patch)
tree76a41310842e306e5cef448db8b99a58d5903522 /cpu
parentb361dc12bfc0ff303643c8c4bb9c813851e706e5 (diff)
downloadgem5-320540829d62f9c5a5290a8c9bd991fda297a210.tar.xz
Move to non-architecture specific MemReq
arch/alpha/alpha_memory.hh: cpu/exec_context.hh: cpu/pc_event.hh: Move to non architecture specific MemReq --HG-- extra : convert_revision : 2445943b6f1c8af86b90cfa9c2f9b1eb4a6a1aa2
Diffstat (limited to 'cpu')
-rw-r--r--cpu/exec_context.hh2
-rw-r--r--cpu/pc_event.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpu/exec_context.hh b/cpu/exec_context.hh
index 4a2688f1c..bd7f6fad9 100644
--- a/cpu/exec_context.hh
+++ b/cpu/exec_context.hh
@@ -30,7 +30,7 @@
#define __EXEC_CONTEXT_HH__
#include "sim/host.hh"
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
// forward declaration: see functional_memory.hh
class FunctionalMemory;
diff --git a/cpu/pc_event.hh b/cpu/pc_event.hh
index 645138fdd..b425cc72c 100644
--- a/cpu/pc_event.hh
+++ b/cpu/pc_event.hh
@@ -31,7 +31,7 @@
#include <vector>
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
class ExecContext;
class PCEventQueue;