diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:18 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:18 -0500 |
commit | 40fec50ac4dd436b06630f415789e57200c5b06f (patch) | |
tree | 77840762651421df3fa5dc1a4be189371b4b256a | |
parent | a89518b882283fdb3e11fb6d1929dc874b380ca8 (diff) |
x86: move pda related declaration
pda has its own header file as well.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | include/asm-x86/pda.h | 1 | ||||
-rw-r--r-- | include/asm-x86/proto.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/pda.h b/include/asm-x86/pda.h index 35962bbe5e72..3d9dd653628a 100644 --- a/include/asm-x86/pda.h +++ b/include/asm-x86/pda.h | |||
@@ -40,6 +40,7 @@ struct x8664_pda { | |||
40 | 40 | ||
41 | extern struct x8664_pda *_cpu_pda[]; | 41 | extern struct x8664_pda *_cpu_pda[]; |
42 | extern struct x8664_pda boot_cpu_pda[]; | 42 | extern struct x8664_pda boot_cpu_pda[]; |
43 | extern void pda_init(int); | ||
43 | 44 | ||
44 | #define cpu_pda(i) (_cpu_pda[i]) | 45 | #define cpu_pda(i) (_cpu_pda[i]) |
45 | 46 | ||
diff --git a/include/asm-x86/proto.h b/include/asm-x86/proto.h index 7ff3d765de05..8ed1ebf666be 100644 --- a/include/asm-x86/proto.h +++ b/include/asm-x86/proto.h | |||
@@ -9,7 +9,6 @@ struct cpuinfo_x86; | |||
9 | struct pt_regs; | 9 | struct pt_regs; |
10 | 10 | ||
11 | extern void start_kernel(void); | 11 | extern void start_kernel(void); |
12 | extern void pda_init(int); | ||
13 | 12 | ||
14 | extern void early_idt_handler(void); | 13 | extern void early_idt_handler(void); |
15 | 14 | ||