Andi Kleen wrote: >> It's for populating the pagetable in a vmalloc area. There's magic in >> > > If the lazy setup doesn't work for you you can always call vmalloc_sync() > early. > Yes, that would work. Unfortunately that's i386 arch-specific, whereas the rest of this code is generic. I guess I could just move it all to arch/i386/mm. J