[2.6.19 PATCH 3/7] ehea: queue management

Arjan van de Ven arjan at infradead.org
Fri Aug 18 22:17:31 EST 2006


> +	queue->queue_length = nr_of_pages * pagesize;
> +	queue->queue_pages = vmalloc(nr_of_pages * sizeof(void *));


wow... is this really so large that it warrants a vmalloc()???





More information about the Linuxppc-dev mailing list