]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
x86: move pda related declaration
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:18 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:18 +0000 (13:30 +0100)
pda has its own header file as well.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/pda.h
include/asm-x86/proto.h

index 35962bbe5e72ad1219e576c911cf9af1f6aaecfe..3d9dd653628a1bb3eb465d7deb3884b6dc240f1d 100644 (file)
@@ -40,6 +40,7 @@ struct x8664_pda {
 
 extern struct x8664_pda *_cpu_pda[];
 extern struct x8664_pda boot_cpu_pda[];
+extern void pda_init(int);
 
 #define cpu_pda(i) (_cpu_pda[i])
 
index 7ff3d765de05a9db5b09b2586a5df20ebdf85789..8ed1ebf666bebdde9224955b18f7faa156b3f6c9 100644 (file)
@@ -9,7 +9,6 @@ struct cpuinfo_x86;
 struct pt_regs;
 
 extern void start_kernel(void);
-extern void pda_init(int); 
 
 extern void early_idt_handler(void);