Messages in this thread |  | | Date | Wed, 26 Sep 2001 19:59:21 +0100 | From | Russell King <> | Subject | Re: System hangs during interruptible_sleep_on_timeout() under 2.4.9 |
| |
On Wed, Sep 26, 2001 at 07:05:42PM +0200, Ingo Molnar wrote: > printk("<%d>", irq); > > into arch/i386/kernel/irq.c:do_IRQ(). So you can see what kind of > interrupt traffic there is while the device initializes and you are > waiting for it to generate an interrupt.
Hmm, isn't <0>, <1> etc used to encode the printk level in the string though?
#define KERN_EMERG "<0>" /* system is unusable */ #define KERN_ALERT "<1>" /* action must be taken immediately */ #define KERN_CRIT "<2>" /* critical conditions */ ... etc ...
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |