diff options
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 0c6ed6d75b17..b5b2add7ad1e 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -599,10 +599,6 @@ static void rtas_percpu_suspend_me(void *info) | |||
599 | } | 599 | } |
600 | 600 | ||
601 | out: | 601 | out: |
602 | /* before we restore interrupts, make sure we don't | ||
603 | * generate a spurious soft lockup errors | ||
604 | */ | ||
605 | touch_softlockup_watchdog(); | ||
606 | local_irq_restore(flags); | 602 | local_irq_restore(flags); |
607 | return; | 603 | return; |
608 | } | 604 | } |