Two Xen conditionals can be folded into one, as the code between the
two is also not used on Xen.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
to a full cache line because other CPUs can access it and we don't
want false sharing in the per cpu data segment. */
static DEFINE_PER_CPU(union smp_flush_state, flush_state);
-#endif
/*
* We cannot call mmdrop() because we are in interrupt context,
load_cr3(swapper_pg_dir);
}
-#ifndef CONFIG_XEN
/*
*
* The flush IPI assumes that a thread switch happens in this order: