From: Hugh Dickins Date: Sun, 30 Oct 2005 01:16:37 +0000 (-0700) Subject: [PATCH] mm: cris v32 mmu_context_lock X-Git-Tag: v2.6.15-rc1~730^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e4705b24e611574e5c23105005ffdff694fd58;p=pandora-kernel.git [PATCH] mm: cris v32 mmu_context_lock The cris v32 switch_mm guards get_mmu_context with next->page_table_lock: good it's not really SMP yet, since get_mmu_context messes with global variables affecting other mms. Replace by global mmu_context_lock. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed