Peter Zijlstra 29eb77825c arch, mm: Remove tlb_fast_mode()
Since the introduction of preemptible mmu_gather TLB fast mode has been
broken. TLB fast mode relies on there being absolutely no concurrency;
it frees pages first and invalidates TLBs later.

However now we can get concurrency and stuff goes *bang*.

This patch removes all tlb_fast_mode() code; it was found the better
option vs trying to patch the hole by entangling tlb invalidation with
the scheduler.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Tony Luck <tony.luck@intel.com>
Reported-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-06-06 10:07:26 +09:00
..
2012-03-28 18:30:02 +01:00
2013-03-18 16:24:30 -07:00
2013-06-06 10:07:26 +09:00
2013-05-05 00:09:04 -04:00
2011-03-31 11:26:23 -03:00
2013-04-29 15:54:35 -07:00
2013-05-05 00:09:04 -04:00
2011-03-17 14:02:56 +01:00
2013-05-09 09:59:16 -07:00
2005-04-16 15:20:36 -07:00