diff options
Diffstat (limited to 'include/asm-x86/pda.h')
-rw-r--r-- | include/asm-x86/pda.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/pda.h b/include/asm-x86/pda.h index 35962bbe5e72..3d9dd653628a 100644 --- a/include/asm-x86/pda.h +++ b/include/asm-x86/pda.h | |||
@@ -40,6 +40,7 @@ struct x8664_pda { | |||
40 | 40 | ||
41 | extern struct x8664_pda *_cpu_pda[]; | 41 | extern struct x8664_pda *_cpu_pda[]; |
42 | extern struct x8664_pda boot_cpu_pda[]; | 42 | extern struct x8664_pda boot_cpu_pda[]; |
43 | extern void pda_init(int); | ||
43 | 44 | ||
44 | #define cpu_pda(i) (_cpu_pda[i]) | 45 | #define cpu_pda(i) (_cpu_pda[i]) |
45 | 46 | ||