mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
xen: disable preempt for leave_lazy_mmu
xen_mc_flush() requires preemption to be disabled for its own sanity, so disable it while we're flushing. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
577c9c456f
commit
d6382bf77e
@ -1819,7 +1819,6 @@ __init void xen_post_allocator_init(void)
|
||||
xen_mark_init_mm_pinned();
|
||||
}
|
||||
|
||||
|
||||
const struct pv_mmu_ops xen_mmu_ops __initdata = {
|
||||
.pagetable_setup_start = xen_pagetable_setup_start,
|
||||
.pagetable_setup_done = xen_pagetable_setup_done,
|
||||
|
Loading…
Reference in New Issue
Block a user