Quellcode durchsuchen

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>
Thomas Gleixner vor 17 Jahren
Ursprung
Commit
40fec50ac4
2 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 0
      include/asm-x86/pda.h
  2. 0 1
      include/asm-x86/proto.h

+ 1 - 0
include/asm-x86/pda.h

@@ -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])
 

+ 0 - 1
include/asm-x86/proto.h

@@ -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);