From: Kyle McMartin Date: Tue, 23 Dec 2008 13:44:30 +0000 (-0500) Subject: parisc: disable UP-optimized flush_tlb_mm X-Git-Tag: v2.6.28~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5289f46b9de04bde181d833d48df9671b69c4b08;p=pandora-kernel.git parisc: disable UP-optimized flush_tlb_mm flush_tlb_mm's "optimized" uniprocessor case of allocating a new context for userspace is exposing a race where we can suddely return to a syscall with the protection id and space id out of sync, trapping on the next userspace access. Debugged-by: James Bottomley Tested-by: Helge Deller Signed-off-by: Kyle McMartin Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed