commit | 40fec50ac4dd436b06630f415789e57200c5b06f | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:30:18 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:18 2008 +0100 |
tree | 77840762651421df3fa5dc1a4be189371b4b256a | |
parent | a89518b882283fdb3e11fb6d1929dc874b380ca8 [diff] [blame] |
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>
diff --git a/include/asm-x86/pda.h b/include/asm-x86/pda.h index 35962bbe..3d9dd65 100644 --- a/include/asm-x86/pda.h +++ b/include/asm-x86/pda.h
@@ -40,6 +40,7 @@ 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])