From 90def9ea9ee17c63af846685d55d8956b37476ab Mon Sep 17 00:00:00 2001 From: Ron Dreslinski Date: Wed, 15 Feb 2006 14:53:02 -0500 Subject: Changes to start making the tree use the new memory system. Trying to compile decoder.cc but fails still. SConscript: Place the memory objects back in the right place arch/alpha/isa_desc: Fix includes to point to the new memory requests cpu/exec_context.hh: Exec context now points to memory object, fix the include paths. Convert to prot_read/prot_write functions instead of read and write. Convert to new CpuRequestPtr instead of MemReqPtr. mem/request.hh: Add back in support for Request Flags (needed by decoder to tag request) Removed the flags that were associated with packets/coherence. sim/process.hh: Converted to point to new memory objects --HG-- extra : convert_revision : a0b95380915d63b53194e2a26336d6adb1a0086b --- arch/alpha/isa_desc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch') diff --git a/arch/alpha/isa_desc b/arch/alpha/isa_desc index c998b1a0a..e64a95957 100644 --- a/arch/alpha/isa_desc +++ b/arch/alpha/isa_desc @@ -47,7 +47,7 @@ output header {{ #include "config/ss_compatible_fp.hh" #include "cpu/static_inst.hh" -#include "mem/mem_req.hh" // some constructors use MemReq flags +#include "mem/request.hh" // some constructors use MemReq flags }}; output decoder {{ -- cgit v1.2.3