Re: vmalloc() in interrupt context
Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 27 Jun 2000 19:00:43 +0100 (BST)
> once. If the memory is *really* dynamically allocated, you should
> probably use a bottom half, or whatever variation on that theme is in
> vogue these days. If you don't know what a bottom half is, you should
> be reading Alessandro Rubini's book "Linux Device Drivers".
You cannot vmalloc in a bottom half either. Vmalloc has to play with MMU
tables. Therefore vmalloc is relatively slow and has to be in task context
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/