On Sep 14 2007 21:25, [EMAIL PROTECTED] wrote:
>Jan Engelhardt:
>> So what is the problem of switching to vmalloc?
>
>Do you know are there (or are not there) any difference at performance
>between kmalloc and vmalloc?

There is probably a small penalty imposed since the virtual address area
that vmalloc returns you is not necessarily contiguous in physical memory.
I do not know much more (LDD3 might tell), since continuity is mostly
not important for drivers that do not talk to hardware.


        Jan
-- 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to