patch-2.4.22 linux-2.4.22/include/asm-ppc/open_pic.h

Next file: linux-2.4.22/include/asm-ppc/page.h
Previous file: linux-2.4.22/include/asm-ppc/ohare.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-ppc/open_pic.h linux-2.4.22/include/asm-ppc/open_pic.h
@@ -1,12 +1,12 @@
 /*
- *  arch/ppc/kernel/open_pic.h -- OpenPIC Interrupt Handling
+ *  include/asm-ppc/open_pic.h -- OpenPIC Interrupt Handling
  *
  *  Copyright (C) 1997 Geert Uytterhoeven
  *
  *  This file is subject to the terms and conditions of the GNU General Public
  *  License.  See the file COPYING in the main directory of this archive
  *  for more details.
- *  
+ *
  */
 
 #ifndef _PPC_KERNEL_OPEN_PIC_H
@@ -56,9 +56,9 @@
 
 extern inline int openpic_to_irq(int irq)
 {
-	/* IRQ 0 usually means 'disabled'.. don't mess with it 
-	 * exceptions to this (sandpoint maybe?) 
-	 * shouldn't use openpic_to_irq 
+	/* IRQ 0 usually means 'disabled'.. don't mess with it
+	 * exceptions to this (sandpoint maybe?)
+	 * shouldn't use openpic_to_irq
 	 */
 	if (irq != 0){
 		return irq += NUM_8259_INTERRUPTS;

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