patch-2.4.21 linux-2.4.21/arch/ppc/platforms/mbx.h
Next file: linux-2.4.21/arch/ppc/platforms/oak.h
Previous file: linux-2.4.21/arch/ppc/platforms/lopec_setup.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
2003-06-13 07:51:31.000000000 -0700
- Orig file:
linux-2.4.20/arch/ppc/platforms/mbx.h
- Orig date:
2002-11-28 15:53:11.000000000 -0800
diff -urN linux-2.4.20/arch/ppc/platforms/mbx.h linux-2.4.21/arch/ppc/platforms/mbx.h
@@ -1,7 +1,4 @@
/*
- * BK Id: SCCS/s.mbx.h 1.11 08/17/01 15:23:17 paulus
- */
-/*
* A collection of structures, addresses, and values associated with
* the Motorola MBX boards. This was originally created for the
* MBX860, and probably needs revisions for other boards (like the 821).
@@ -92,7 +89,11 @@
/* The MBX uses the 8259.
*/
+#ifdef CONFIG_PCI
#define NR_8259_INTS 16
+#else
+#define NR_8259_INTS 0
+#endif
#endif
#endif /* __KERNEL__ */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)