[2.6.19 PATCH 3/7] ehea: queue management

Thomas Klein osstklei at de.ibm.com
Fri Aug 18 23:25:11 EST 2006


Arjan van de Ven wrote:
>> +	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()???

Agreed: Replaced with kmalloc()

Regards
Thomas



More information about the Linuxppc-dev mailing list