aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/probe_32.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-02-17 07:58:15 -0500
committerIngo Molnar <mingo@elte.hu>2009-02-17 11:52:44 -0500
commit7b6aa335ca1a845c2262ec7a595b4521bca0f79d (patch)
tree7ce7694a6a0c7dcfdd21562256f6ef05cffc5560 /arch/x86/kernel/probe_32.c
parente2780a68f889c9d7ec8e78d58a3a2be8cfebf202 (diff)
x86, apic: remove genapic.h
Impact: cleanup Remove genapic.h and remove all references to it. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/probe_32.c')
-rw-r--r--arch/x86/kernel/probe_32.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86/kernel/probe_32.c b/arch/x86/kernel/probe_32.c
index b3d5d74e5229..be0d554984a7 100644
--- a/arch/x86/kernel/probe_32.c
+++ b/arch/x86/kernel/probe_32.c
@@ -17,20 +17,20 @@
17#include <asm/fixmap.h> 17#include <asm/fixmap.h>
18#include <asm/mpspec.h> 18#include <asm/mpspec.h>
19#include <asm/apicdef.h> 19#include <asm/apicdef.h>
20#include <asm/genapic.h> 20#include <asm/apic.h>
21#include <asm/setup.h> 21#include <asm/setup.h>
22 22
23#include <linux/threads.h> 23#include <linux/threads.h>
24#include <linux/cpumask.h> 24#include <linux/cpumask.h>
25#include <asm/mpspec.h> 25#include <asm/mpspec.h>
26#include <asm/genapic.h> 26#include <asm/apic.h>
27#include <asm/fixmap.h> 27#include <asm/fixmap.h>
28#include <asm/apicdef.h> 28#include <asm/apicdef.h>
29#include <linux/kernel.h> 29#include <linux/kernel.h>
30#include <linux/string.h> 30#include <linux/string.h>
31#include <linux/smp.h> 31#include <linux/smp.h>
32#include <linux/init.h> 32#include <linux/init.h>
33#include <asm/genapic.h> 33#include <asm/apic.h>
34#include <asm/ipi.h> 34#include <asm/ipi.h>
35 35
36#include <linux/smp.h> 36#include <linux/smp.h>
@@ -41,7 +41,7 @@
41#include <asm/e820.h> 41#include <asm/e820.h>
42#include <asm/setup.h> 42#include <asm/setup.h>
43 43
44#include <asm/genapic.h> 44#include <asm/apic.h>
45 45
46#ifdef CONFIG_HOTPLUG_CPU 46#ifdef CONFIG_HOTPLUG_CPU
47#define DEFAULT_SEND_IPI (1) 47#define DEFAULT_SEND_IPI (1)