[SPARC64]: Bulletproof MMU context locking.
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 7 Mar 2006 03:59:50 +0000 (19:59 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:14:20 +0000 (01:14 -0800)
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 <davem@davemloft.net>

No differences found