gem5/cpu
Steve Reinhardt b8a2d1e5c7 More progress toward compiling... partly by
fixing things, partly by ignoring CPU models
that don't currently compile.

SConscript:
    Split sources for fast, simple, and o3 CPU models into
    separate source lists.  For now none of these are included
    in the base source list, so you won't get any CPU models
    at all... but we still can't compile the other stuff so
    it's not an issue.

    Also get rid of obsolete encumbered/mem file.
base/loader/aout_object.cc:
base/loader/aout_object.hh:
base/loader/ecoff_object.cc:
base/loader/ecoff_object.hh:
base/loader/elf_object.cc:
base/loader/elf_object.hh:
base/loader/object_file.hh:
cpu/exec_context.cc:
sim/process.cc:
sim/system.cc:
sim/system.hh:
    FunctionalMemory -> Memory
cpu/pc_event.hh:
    Get rid of unused badpc.
cpu/simple/cpu.cc:
cpu/simple/cpu.hh:
    Move Port functions into .cc file.
mem/port.hh:
    Make recvAddressRangesQuery panic by default instead
    of being abstract... do CPUs need to implement this?
mem/request.hh:
    Add prefetch flags.
sim/syscall_emul.hh:
    Start to fix...

--HG--
extra : convert_revision : ece53b3855f20916caaa381598ac37e8c7adfba7
2006-02-15 17:52:49 -05:00
..
memtest Minor cleanup of memtest. 2005-10-03 09:13:56 -04:00
o3 Change base/intmath.{cc,hh} to follow m5 style. 2005-12-23 13:32:31 -05:00
ozone Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
simple More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
trace Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
base.cc Changes for Process object initialization in merged-memory environment. 2006-01-28 00:08:22 -05:00
base.hh Changes for Process object initialization in merged-memory environment. 2006-01-28 00:08:22 -05:00
base_dyn_inst.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base_dyn_inst.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exec_context.cc More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
exec_context.hh Changes to start making the tree use the new memory system. Trying to compile decoder.cc but fails still. 2006-02-15 14:53:02 -05:00
exetrace.cc Hacks to avoid compiling in old FullCPU model. 2006-01-29 17:35:53 -05:00
exetrace.hh just commit what i need for dumping traces compatible with intel's casper 2005-11-09 16:42:36 -05:00
inst_seq.hh Many files: 2005-06-05 05:16:00 -04:00
intr_control.cc Many files: 2005-06-05 05:16:00 -04:00
intr_control.hh Many files: 2005-06-05 05:16:00 -04:00
pc_event.cc Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
pc_event.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
profile.cc clear the function profile on a stats reset 2005-11-20 18:33:17 -05:00
profile.hh clear the function profile on a stats reset 2005-11-20 18:33:17 -05:00
smt.hh Many files: 2005-06-05 05:16:00 -04:00
static_inst.cc Many files: 2005-06-05 05:16:00 -04:00
static_inst.hh Many files: 2005-06-05 05:16:00 -04:00