Subject: Re: cardbus code without busy wait
To: Hayakawa Koichi <haya@arch.sony.co.jp>
From: Lennart Augustsson <lennart@augustsson.net>
List: tech-kern
Date: 01/19/2000 09:56:58
Hayakawa Koichi wrote:

> This code is not beautiful, because in interrupt context we
> must use busy wait.  Unfortunately, PCcard probe routine may
> be called in interrupt context.

Why?  If the probe is called from an interrupt context then there should
be another thread for it.

--

        -- Lennart