Re: [patch 12/21] Xen-paravirt: Allocate and free vmalloc areas
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-16 07:08:05
Also in:
lkml, xen-devel
From: Jeremy Fitzhardinge <hidden>
Date: 2007-02-16 07:08:05
Also in:
lkml, xen-devel
Andrew Morton wrote:
This won't work when CONFIG_PREEMPT=y. The pagefault handler will see in_atomic() and will scram.
Is there some other way to get the pagetable populated for the address
range?
J