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
..
2013-05-27 19:26:30 -07:00
2013-05-29 19:24:55 +09:00
2013-06-06 10:07:26 +09:00
2013-05-30 08:54:29 +09:00
2013-05-02 09:03:55 -07:00
2013-05-07 11:22:14 -07:00
2013-04-08 17:39:24 +02:00
2013-04-08 17:39:24 +02:00
2013-05-15 15:54:00 +02:00
2013-05-07 15:11:43 -07:00
2013-05-07 15:11:43 -07:00
2013-04-08 17:39:24 +02:00
2013-05-27 19:26:30 -07:00
2013-03-22 17:24:51 +00:00