]> err.no Git - linux-2.6/blobdiff - kernel/power/swsusp.c
[PATCH] Make the bzImage format self-terminating
[linux-2.6] / kernel / power / swsusp.c
index eaacd5cb58895438ac28013968651f0d1752c4c6..d967e875ee82f974d9f4e8e365aa59270a6f5c61 100644 (file)
@@ -1059,6 +1059,7 @@ int swsusp_resume(void)
        BUG_ON(!error);
        restore_processor_state();
        restore_highmem();
+       touch_softlockup_watchdog();
        device_power_up();
        local_irq_enable();
        return error;