Skip to content

Commit

Permalink
xen: disable preempt for leave_lazy_mmu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeremy Fitzhardinge committed Apr 8, 2009
1 parent 577c9c4 commit d6382bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/xen/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d6382bf

Please sign in to comment.