From e0fdd86fd90d16ec7b7f9e2f81a12c2653919a27 Mon Sep 17 00:00:00 2001 From: Korey Sewell Date: Sat, 26 Mar 2011 09:23:52 -0400 Subject: mips: cleanup ISA-specific code *** (1): get rid of expandForMT function MIPS is the only ISA that cares about having a piece of ISA state integrate multiple threads so add constants for MIPS and relieve the other ISAs from having to define this. Also, InOrder was the only core that was actively calling this function * * * (2): get rid of corespecific type The CoreSpecific type was used as a proxy to pass in HW specific params to a MIPS CPU, but since MIPS FS hasnt been touched for awhile, it makes sense to not force every other ISA to use CoreSpecific as well use a special reset function to set it. That probably should go in a PowerOn reset fault anyway. --- src/arch/power/types.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/arch/power') diff --git a/src/arch/power/types.hh b/src/arch/power/types.hh index 61f8acfca..646a14ce2 100644 --- a/src/arch/power/types.hh +++ b/src/arch/power/types.hh @@ -87,10 +87,6 @@ typedef GenericISA::SimplePCState PCState; // typedef int RegContextParam; // typedef int RegContextVal; -struct CoreSpecific { -}; - -} // PowerISA namspace namespace __hash_namespace { -- cgit v1.2.3