patch-2.4.20 linux-2.4.20/arch/mips/mips-boards/atlas/atlas_int.c
Next file: linux-2.4.20/arch/mips/mips-boards/atlas/atlas_setup.c
Previous file: linux-2.4.20/arch/mips/mips-boards/atlas/Makefile
Back to the patch index
Back to the overall index
- Lines: 43
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips/mips-boards/atlas/atlas_int.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips/mips-boards/atlas/atlas_int.c linux-2.4.20/arch/mips/mips-boards/atlas/atlas_int.c
@@ -19,7 +19,7 @@
*
* ########################################################################
*
- * Routines for generic manipulation of the interrupts found on the MIPS
+ * Routines for generic manipulation of the interrupts found on the MIPS
* Atlas board.
*
*/
@@ -104,7 +104,7 @@
unsigned long int_status;
int irq, cpu = smp_processor_id();
- int_status = atlas_hw0_icregs->intstatus;
+ int_status = atlas_hw0_icregs->intstatus;
/* if int_status == 0, then the interrupt has already been cleared */
if (int_status == 0)
@@ -127,7 +127,7 @@
action->handler(irq, action->dev_id, regs);
irq_exit(cpu, irq);
- return;
+ return;
}
#ifdef CONFIG_REMOTE_DEBUG
@@ -139,11 +139,11 @@
{
int i;
- /*
- * Mask out all interrupt by writing "1" to all bit position in
- * the interrupt reset reg.
+ /*
+ * Mask out all interrupt by writing "1" to all bit position in
+ * the interrupt reset reg.
*/
- atlas_hw0_icregs->intrsten = 0xffffffff;
+ atlas_hw0_icregs->intrsten = 0xffffffff;
/* Now safe to set the exception vector. */
set_except_vector(0, mipsIRQ);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)