Is there a way (in kernel code) to detect if the kernel is in the boot part or running normally? I want to know because during boot the interrups are disabled and you need to poll for completion, whereas during normal execution interrupts work. -- Lennart