gem5/kern
Kevin Lim 0b2deb2a88 Fixes for full system compiling.
arch/alpha/arguments.cc:
    There will not be a phys mem ptr in the XC in the newmem.  This read will have to go through something else.
arch/alpha/ev5.cc:
    Remove instantiations of these functions for the FastCPU, as the FastCPU is not really used.  Also this messed up the ability to specify which CPU models are being built.
cpu/exec_context.hh:
    Remove getPhysMemPtr() function.
cpu/exetrace.cc:
    Include sim/system.hh, and sort the includes.
cpu/simple/cpu.cc:
    Fixes for full system compilation.
kern/system_events.cc:
    Remove include of encumbered FullCPU.  The branch prediction will need to be fixed up in a more generic way in the future.

--HG--
extra : convert_revision : a8bbf562a277aa80e8f40112570c0a825298a05c
2006-03-30 10:42:55 -05:00
..
linux Add "using namespace TheISA" to syscall emulation functions so they pick up the right definitions of htog/gtoh etc. 2006-03-12 15:51:48 -05:00
tru64 Remove "using namespace std" from global declarations. 2006-03-29 16:05:26 -05:00
kernel_stats.cc Merge ktlim@zizzer:/bk/m5 2006-03-07 20:01:34 -05:00
kernel_stats.hh Merge ktlim@zizzer:/bk/m5 2006-03-07 20:01:34 -05:00
system_events.cc Fixes for full system compiling. 2006-03-30 10:42:55 -05:00
system_events.hh Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00