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
This commit is contained in:
parent
b361dc12bf
commit
320540829d
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
#include <vector>
|
||||
|
||||
#include "targetarch/mem_req.hh"
|
||||
#include "mem/mem_req.hh"
|
||||
|
||||
class ExecContext;
|
||||
class PCEventQueue;
|
||||
|
|
Loading…
Reference in a new issue