From: David S. Miller Date: Tue, 7 Mar 2006 03:59:50 +0000 (-0800) Subject: [SPARC64]: Bulletproof MMU context locking. X-Git-Tag: v2.6.17-rc1~1184^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a77754b4d0731321db266c6c60ffcd7c62757da5;p=pandora-kernel.git [SPARC64]: Bulletproof MMU context locking. 1) Always spin_lock_init() in init_context(). The caller essentially clears it out, or copies the mm info from the parent. In both cases we need to explicitly initialize the spinlock. 2) Always do explicit IRQ disabling while taking mm->context.lock and ctx_alloc_lock. Signed-off-by: David S. Miller --- Reading git-diff-tree failed