[PATCH 3/3] sh64: remove cli()/sti() in arch/sh64/mm/fault.c

From: James Nelson
Date: Tue Jan 04 2005 - 21:29:43 EST


Signed-off-by: James Nelson <james4765@xxxxxxxxx>

diff -urN --exclude='*~' linux-2.6.10-mm1-original/arch/sh64/mm/fault.c linux-2.6.10-mm1/arch/sh64/mm/fault.c
--- linux-2.6.10-mm1-original/arch/sh64/mm/fault.c 2005-01-03 18:42:41.000000000 -0500
+++ linux-2.6.10-mm1/arch/sh64/mm/fault.c 2005-01-04 21:06:29.331202671 -0500
@@ -148,7 +148,7 @@
mm = tsk->mm;

/* Not an IO address, so reenable interrupts */
- sti();
+ local_irq_enable();

/*
* If we're in an interrupt or have no user
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/