commit | 77b838fa1ef0ab02f75afc09834c60d87b86772f | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Feb 23 21:40:15 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Mar 20 01:14:01 2006 -0800 |
tree | 810bce2bf584b6259bd516daa0391cf1b3487ab4 | |
parent | a0663a79ad4faebe1db4a56e2e767b120b12333a [diff] |
[SPARC64]: destroy_context() needs to disable interrupts. 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>