patch-2.4.19 linux-2.4.19/arch/mips/gt64120/momenco_ocelot/irq.c

Next file: linux-2.4.19/arch/mips/gt64120/momenco_ocelot/ocelot_pld.h
Previous file: linux-2.4.19/arch/mips/gt64120/momenco_ocelot/dbg_io.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/arch/mips/gt64120/momenco_ocelot/irq.c linux-2.4.19/arch/mips/gt64120/momenco_ocelot/irq.c
@@ -40,7 +40,6 @@
 #include <linux/timex.h>
 #include <linux/slab.h>
 #include <linux/random.h>
-#include <linux/irq.h>
 #include <asm/bitops.h>
 #include <asm/bootinfo.h>
 #include <asm/io.h>
@@ -144,9 +143,8 @@
 
 	/*
 	 * Clear all of the interrupts while we change the able around a bit.
-	 * int-handler is not on bootstrap
 	 */
-	clear_cp0_status(ST0_IM | ST0_BEV);
+	clear_cp0_status(ST0_IM);
 	__cli();
 
 	/* Sets the first-level interrupt dispatcher. */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)