mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 04:41:26 +00:00
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>
This commit is contained in:
parent
a89518b882
commit
40fec50ac4
@ -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])
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user