Subject: Re: bus dma in interrupt context
To: None <thorpej@nas.nasa.gov>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: tech-kern
Date: 07/24/1998 00:31:13
> Ok, my answer to your question is "no, right now you cannot use dmamem_alloc
> or dmamem_free in an interrupt context"... until we figure out what to do
> about this, that is.
That's OK.  I will just have to implement some memory allocation
routines that I've been to lazy to do so far.  With these I will
no longer need to free memory from an interrupt context.

        -- Lennart