Skip to content

Commit

Permalink
x86: move pda related declaration
Browse files Browse the repository at this point in the history
pda has its own header file as well.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent a89518b commit 40fec50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/asm-x86/pda.h
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
1 change: 0 additions & 1 deletion include/asm-x86/proto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 40fec50

Please sign in to comment.