[POWERPC] Implement {read,update}_persistent_clock
[safe/jmp/linux-2.6] / arch / powerpc / kernel / swsusp.c
index 064a7ba..77b7b34 100644 (file)
@@ -36,8 +36,4 @@ void restore_processor_state(void)
 #ifdef CONFIG_PPC32
        set_context(current->active_mm->context.id, current->active_mm->pgd);
 #endif
-
-#ifdef CONFIG_PPC64
-       hard_irq_enable();
-#endif
 }