patch-2.4.20 linux-2.4.20/include/asm-mips/processor.h
Next file: linux-2.4.20/include/asm-mips/riscos-syscall.h
Previous file: linux-2.4.20/include/asm-mips/prctl.h
Back to the patch index
Back to the overall index
-  Lines: 26
-  Date:
Thu Nov 28 15:53:15 2002
-  Orig file: 
linux-2.4.19/include/asm-mips/processor.h
-  Orig date: 
Fri Aug  2 17:39:45 2002
diff -urN linux-2.4.19/include/asm-mips/processor.h linux-2.4.20/include/asm-mips/processor.h
@@ -43,6 +43,7 @@
 extern void r3081_wait(void);
 extern void r39xx_wait(void);
 extern void r4k_wait(void);
+extern void au1k_wait(void);
 
 extern struct cpuinfo_mips cpu_data[];
 extern unsigned int vced_count, vcei_count;
@@ -55,12 +56,13 @@
 
 /*
  * Bus types (default is ISA, but people can check others with these..)
- * MCA_bus hardcoded to 0 for now.
- *
- * This needs to be extended since MIPS systems are being delivered with
- * numerous different types of bus systems.
  */
+#ifdef CONFIG_EISA
 extern int EISA_bus;
+#else
+#define EISA_bus (0)
+#endif
+
 #define MCA_bus 0
 #define MCA_bus__is_a_macro /* for versions in ksyms.c */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)