Move to non-architecture specific MemReq
authorErik Hallnor <ehallnor@umich.edu>
Thu, 23 Oct 2003 20:40:08 +0000 (16:40 -0400)
committerErik Hallnor <ehallnor@umich.edu>
Thu, 23 Oct 2003 20:40:08 +0000 (16:40 -0400)
arch/alpha/alpha_memory.hh:
cpu/exec_context.hh:
cpu/pc_event.hh:
    Move to non architecture specific MemReq

--HG--
extra : convert_revision : 2445943b6f1c8af86b90cfa9c2f9b1eb4a6a1aa2

arch/alpha/alpha_memory.hh
cpu/exec_context.hh
cpu/pc_event.hh

index 88ea3ee947d828ef1c45cacd7e6917e46bee4551..9b7306bfd5a7630fa740480f9e7d7aeab3e1f5bd 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <map>
 
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
 #include "sim/sim_object.hh"
 #include "base/statistics.hh"
 
index 4a2688f1cd0b0fc7ea2bd67c46ec44238efe0f66..bd7f6fad98f6f542ab4362d1978a901bb907c3cb 100644 (file)
@@ -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;
index 645138fddc8b22bfbe293b274e218907fbf95127..b425cc72c0aa5554e5ec430e0fb4646347f04e72 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <vector>
 
-#include "targetarch/mem_req.hh"
+#include "mem/mem_req.hh"
 
 class ExecContext;
 class PCEventQueue;