Andrew Morton <[EMAIL PROTECTED]> writes: > My fairly ordinary x86 test box gets stuck during reboot on the > wait_for_completion() in ide_do_drive_cmd():
Hmm. The only thing I can think of is someone started adding calls to device_suspend() before device_shutdown(). Not understanding where it was a good idea I made certain the calls were in there consistently. Andrew can you remove the call to device_suspend from kernel_restart and see if this still happens? I would suspect interrupts of being disabled but it looks like kgdb is working and I think that requires an interrupt to notice new characters. Eric - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

