Re: calling vmalloc inside interrupt handler

David S. Miller (davem@redhat.com)
Tue, 09 Oct 2001 17:01:35 -0700 (PDT)


From: "MEHTA,HIREN (A-SanJose,ex1)" <hiren_mehta@agilent.com>
Date: Tue, 9 Oct 2001 17:55:48 -0600

It is allowed to call vmalloc/kmalloc inside interrupt handler ?

vmalloc() is not allowed, but kmalloc with GFP_ATOMIC flag is allowed

Franks a lot,
David S. Miller
davem@redhat.com
-
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/