[PATCH] Avoid device suspend on reboot

My fairly ordinary x86 test box gets stuck during reboot on the
wait_for_completion() in ide_do_drive_cmd():

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Andrew Morton and committed by Linus Torvalds e4ff4d7f 49302d0c

-1
-1
kernel/sys.c
··· 371 371 { 372 372 notifier_call_chain(&reboot_notifier_list, SYS_RESTART, cmd); 373 373 system_state = SYSTEM_RESTART; 374 - device_suspend(PMSG_FREEZE); 375 374 device_shutdown(); 376 375 if (!cmd) { 377 376 printk(KERN_EMERG "Restarting system.\n");