···334455/**66- * Adress alignment of the individual FPGA bytes.66+ * Address alignment of the individual FPGA bytes.77 * The address arrangement of the individual bytes of the FPGA is two88 * byte aligned at the embedded MK2 platform.99 */
+1-1
include/asm-mips/mach-wrppmc/mach-gt64120.h
···4545#define GT_PCI_IO_SIZE 0x02000000UL46464747/*4848- * PCI interrupts will come in on either the INTA or INTD interrups lines,4848+ * PCI interrupts will come in on either the INTA or INTD interrupt lines,4949 * which are mapped to the #2 and #5 interrupt pins of the MIPS. On our5050 * boards, they all either come in on IntD or they all come in on IntA, they5151 * aren't mixed. There can be numerous PCI interrupts, so we keep a list of the
+1-1
include/asm-mips/sgi/ip22.h
···1515/*1616 * These are the virtual IRQ numbers, we divide all IRQ's into1717 * 'spaces', the 'space' determines where and how to enable/disable1818- * that particular IRQ on an SGI machine. HPC DMA and MC DMA interrups1818+ * that particular IRQ on an SGI machine. HPC DMA and MC DMA interrupts1919 * are not supported this way. Driver is supposed to allocate HPC/MC2020 * interrupt as shareable and then look to proper status bit (see2121 * HAL2 driver). This will prevent many complications, trust me ;-)