diff options
-rw-r--r-- | arch/powerpc/platforms/powermac/smp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c index ce5b4f53aac..a830c5e8065 100644 --- a/arch/powerpc/platforms/powermac/smp.c +++ b/arch/powerpc/platforms/powermac/smp.c | |||
@@ -951,13 +951,6 @@ static void pmac_cpu_die(void) | |||
951 | smp_wmb(); | 951 | smp_wmb(); |
952 | 952 | ||
953 | /* | 953 | /* |
954 | * during the path that leads here preemption is disabled, | ||
955 | * reenable it now so that when coming up preempt count is | ||
956 | * zero correctly | ||
957 | */ | ||
958 | preempt_enable(); | ||
959 | |||
960 | /* | ||
961 | * Re-enable interrupts. The NAP code needs to enable them | 954 | * Re-enable interrupts. The NAP code needs to enable them |
962 | * anyways, do it now so we deal with the case where one already | 955 | * anyways, do it now so we deal with the case where one already |
963 | * happened while soft-disabled. | 956 | * happened while soft-disabled. |