diff options
Diffstat (limited to 'include/asm-i386/pda.h')
-rw-r--r-- | include/asm-i386/pda.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/pda.h b/include/asm-i386/pda.h index 4c39ccb1305c..f90fde22566d 100644 --- a/include/asm-i386/pda.h +++ b/include/asm-i386/pda.h | |||
@@ -11,6 +11,8 @@ | |||
11 | struct i386_pda | 11 | struct i386_pda |
12 | { | 12 | { |
13 | struct i386_pda *_pda; /* pointer to self */ | 13 | struct i386_pda *_pda; /* pointer to self */ |
14 | |||
15 | int cpu_number; | ||
14 | }; | 16 | }; |
15 | 17 | ||
16 | extern struct i386_pda *_cpu_pda[]; | 18 | extern struct i386_pda *_cpu_pda[]; |