[PATCH 1/4] mips: remove cli()/sti() in arch/mips/gt64120/ev64120/irq.c

From: James Nelson
Date: Tue Jan 04 2005 - 17:46:58 EST


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

diff -urN --exclude='*~' linux-2.6.10-mm1-original/arch/mips/gt64120/ev64120/irq.c linux-2.6.10-mm1/arch/mips/gt64120/ev64120/irq.c
--- linux-2.6.10-mm1-original/arch/mips/gt64120/ev64120/irq.c 2005-01-03 18:42:40.217472760 -0500
+++ linux-2.6.10-mm1/arch/mips/gt64120/ev64120/irq.c 2005-01-04 16:49:18.217458194 -0500
@@ -119,7 +119,7 @@
/* Sets the exception_handler array. */
set_except_vector(0, galileo_handle_int);

- cli();
+ local_irq_disable();

/*
* Enable timer. Other interrupts will be enabled as they are
-
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/