diff options
Diffstat (limited to 'include/asm-x86/cpu.h')
-rw-r--r-- | include/asm-x86/cpu.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/asm-x86/cpu.h b/include/asm-x86/cpu.h deleted file mode 100644 index 83a115083f0d..000000000000 --- a/include/asm-x86/cpu.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef ASM_X86__CPU_H -#define ASM_X86__CPU_H - -#include <linux/device.h> -#include <linux/cpu.h> -#include <linux/topology.h> -#include <linux/nodemask.h> -#include <linux/percpu.h> - -struct x86_cpu { - struct cpu cpu; -}; - -#ifdef CONFIG_HOTPLUG_CPU -extern int arch_register_cpu(int num); -extern void arch_unregister_cpu(int); -#endif - -DECLARE_PER_CPU(int, cpu_state); -#endif /* ASM_X86__CPU_H */ |