gem5/src/kern
Steve Reinhardt 8882dc1283 Get rid of the Unallocated thread context state.
Basically merge it in with Halted.
Also had to get rid of a few other functions that
called ThreadContext::deallocate(), including:
 - InOrderCPU's setThreadRescheduleCondition.
 - ThreadContext::exit().  This function was there to avoid terminating
   simulation when one thread out of a multi-thread workload exits, but we
   need to find a better (non-cpu-centric) way.
2009-04-15 13:13:47 -07:00
..
linux Fix issue 326: glibc non-deterministic because it reads /proc 2009-01-17 18:56:46 -05:00
solaris style: Remove non-leading tabs everywhere they shouldn't be. Developers should configure their editors to not insert tabs 2008-09-10 14:26:15 -04:00
tru64 Get rid of the Unallocated thread context state. 2009-04-15 13:13:47 -07:00
kernel_stats.cc Put kernel_stats back into arch. 2006-11-07 22:34:34 -05:00
kernel_stats.hh stats: Fix all stats usages to deal with template fixes 2009-03-05 19:09:53 -08:00
operatingsystem.cc Fix issue 326: glibc non-deterministic because it reads /proc 2009-01-17 18:56:46 -05:00
operatingsystem.hh Fix issue 326: glibc non-deterministic because it reads /proc 2009-01-17 18:56:46 -05:00
SConscript Fix issue 326: glibc non-deterministic because it reads /proc 2009-01-17 18:56:46 -05:00
system_events.cc Fixed to account for branch delay slots. 2006-11-07 23:33:59 -05:00
system_events.hh Moved the idle event out of system_events.hh. The skipFuncEvent can be made ISA independent by making it use the #define for branch delay slots (and NNPC) 2006-11-07 05:38:33 -05:00