aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/pda.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-i386/pda.h')
-rw-r--r--include/asm-i386/pda.h2
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 @@
11struct i386_pda 11struct 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
16extern struct i386_pda *_cpu_pda[]; 18extern struct i386_pda *_cpu_pda[];