]> err.no Git - linux-2.6/blobdiff - include/asm-i386/cpu.h
[PATCH] make 1-bit bitfields unsigned
[linux-2.6] / include / asm-i386 / cpu.h
index 002740b2195113799e2c7fe592f3f46e1b8e2a71..b1bc7b1b64b0e304d13f907e4d5cd607417bdfee 100644 (file)
@@ -5,8 +5,7 @@
 #include <linux/cpu.h>
 #include <linux/topology.h>
 #include <linux/nodemask.h>
-
-#include <asm/node.h>
+#include <linux/percpu.h>
 
 struct i386_cpu {
        struct cpu cpu;
@@ -16,4 +15,5 @@ extern int arch_register_cpu(int num);
 extern void arch_unregister_cpu(int);
 #endif
 
+DECLARE_PER_CPU(int, cpu_state);
 #endif /* _ASM_I386_CPU_H_ */