Re: Quick aic7xxx bug hunt...

Benjamin Herrenschmidt (benh@kernel.crashing.org)
Mon, 23 Sep 2002 09:44:11 +0200


>Jeff Garzik wrote:
>> ahc_reset
>> aic7770_config -> can sleep
>> ahc_pci_config -> can sleep
>> ahc_shutdown -> can't sleep, whoops
>
>
>Though, to answer your question from a previous email, you can call the
>function in_interrupt() to see if you're in interrupt context.

Well... no, you can't rely on it for knowing if you can sleep or
not. in_interrupt() won't tell you interesting things like you
are holding a spinlock...

Ben.

-
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/