patch-2.4.22 linux-2.4.22/arch/ppc/kernel/ppc8xx_pic.c
Next file: linux-2.4.22/arch/ppc/kernel/ppc_htab.c
Previous file: linux-2.4.22/arch/ppc/kernel/ppc4xx_setup.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc/kernel/ppc8xx_pic.c
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/kernel/ppc8xx_pic.c linux-2.4.22/arch/ppc/kernel/ppc8xx_pic.c
@@ -52,7 +52,7 @@
word = irq_nr >> 5;
ppc_cached_irq_mask[word] |= (1 << (31-bit));
- ((immap_t *)IMAP_ADDR)->im_siu_conf.sc_simask =
+ ((immap_t *)IMAP_ADDR)->im_siu_conf.sc_simask =
ppc_cached_irq_mask[word];
}
}
@@ -96,7 +96,7 @@
irq = ((immap_t *)IMAP_ADDR)->im_siu_conf.sc_sivec >> 26;
/*
- * When we read the sivec without an interrupt to process, we will
+ * When we read the sivec without an interrupt to process, we will
* get back SIU_LEVEL7. In this case, return -1
*/
if (irq == CPM_INTERRUPT)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)