commit | 41e332b2a2dfe514cd441ed0ce1096ed1863e378 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Apr 02 10:54:09 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 24 23:57:33 2008 +0200 |
tree | ff955b1ae750acf439ac6e03d9fab300385127f3 | |
parent | 4ee36dc08e5c4d16d078f59acd6d9d536f9718dd [diff] |
xen: disable preemption during tlb flush Various places in the kernel flush the tlb even though preemption doens't guarantee the tlb flush is happening on any particular CPU. In many cases this doesn't seem to matter, so don't make a fuss about it. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>