patch-2.4.2 linux/arch/mips64/kernel/setup.c
Next file: linux/arch/mips64/kernel/smp.c
Previous file: linux/arch/mips64/kernel/process.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Fri Feb  9 11:29:44 2001
-  Orig file: 
v2.4.1/linux/arch/mips64/kernel/setup.c
-  Orig date: 
Tue Nov 28 21:42:04 2000
diff -u --recursive --new-file v2.4.1/linux/arch/mips64/kernel/setup.c linux/arch/mips64/kernel/setup.c
@@ -18,7 +18,7 @@
 #include <linux/string.h>
 #include <linux/unistd.h>
 #include <linux/ptrace.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
 #include <linux/user.h>
 #include <linux/utsname.h>
 #include <linux/a.out.h>
@@ -55,6 +55,8 @@
  * Do we have a cyclecounter available?
  */
 char cyclecounter_available;
+
+unsigned long loops_per_sec;
 
 /*
  * Set if box has EISA slots.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)