diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-02-10 22:55:42 -0500 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-01 00:37:23 -0400 |
commit | e872e41b79f61dbc22f85577613925a4a7de1c1a (patch) | |
tree | de1279a7054060a8821875d9ac8367af1ad6f329 | |
parent | 4c6130d9bba78e7ac44584378660a1204c5297d1 (diff) |
powerpc/pmac/smp: Remove HMT changes for PowerMac offline code
Those instructions do nothing on non-threaded processors such
as 970's used on those machines.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/platforms/powermac/smp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c index 50e15b43ffad..53bee660ff3d 100644 --- a/arch/powerpc/platforms/powermac/smp.c +++ b/arch/powerpc/platforms/powermac/smp.c | |||
@@ -928,10 +928,6 @@ static void pmac_cpu_die(void) | |||
928 | /* should always be true at this point */ | 928 | /* should always be true at this point */ |
929 | if (cpu_has_feature(CPU_FTR_CAN_NAP)) | 929 | if (cpu_has_feature(CPU_FTR_CAN_NAP)) |
930 | power4_cpu_offline_powersave(); | 930 | power4_cpu_offline_powersave(); |
931 | else { | ||
932 | HMT_low(); | ||
933 | HMT_very_low(); | ||
934 | } | ||
935 | } | 931 | } |
936 | } | 932 | } |
937 | 933 | ||