[SPARC64]: destroy_context() needs to disable interrupts.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 24 Feb 2006 05:40:15 +0000 (21:40 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:14:01 +0000 (01:14 -0800)
get_new_mmu_context() can be invoked from interrupt context
now for the new SMP version wrap handling.

So disable interrupt while taking ctx_alloc_lock in destroy_context()
so we don't deadlock.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found