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
- Lines: 19
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/gt64120/momenco_ocelot/irq.c
- Orig date:
Sun Sep 9 10:43:01 2001
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)