gem5/src/arch
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
..
alpha alpha: get rid of all turbolaser remnants 2009-04-08 22:22:49 -07:00
arm Merge ARM into the head. ARM will compile but may not actually work. 2009-04-06 10:19:36 -07:00
mips tlb: More fixing of unified TLB 2009-04-08 22:21:27 -07:00
sparc Get rid of the Unallocated thread context state. 2009-04-15 13:13:47 -07:00
x86 X86: Fix minor bug in the page table walker from TLB shuffling. 2009-04-13 04:14:15 -07:00
isa_parser.py 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
isa_specific.hh 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
micro_asm.py Microcode: Fix a silent typo error in the microcode assembler. 2008-10-09 00:07:38 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript Processes: Make getting and setting system call arguments part of a process object. 2009-02-27 09:22:14 -08:00