K 10 svn:author V 4 jeff K 8 svn:date V 27 2010-07-17T01:39:44.272103Z K 7 svn:log V 463 - Linux requires a virtual address for 'lowmem' pages which counts everything on 64bit architectures. To support this we use kmem_malloc and stash the virtual address in the object pointer field of the page. This is similar to the technique used in UMA. - When multiple pages are allocated they are assumed to be physically and virtually contiguous. Emulate this behavior with contigmalloc. Sponsored by: Isilon Systems, iX Systems, and Panasas. END