aboutsummaryrefslogtreecommitdiff
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 f90fde22566..08a35c478af 100644
--- a/include/asm-i386/pda.h
+++ b/include/asm-i386/pda.h
@@ -7,12 +7,14 @@
#define _I386_PDA_H
#include <linux/stddef.h>
+#include <linux/types.h>
struct i386_pda
{
struct i386_pda *_pda; /* pointer to self */
int cpu_number;
+ struct task_struct *pcurrent; /* current process */
};
extern struct i386_pda *_cpu_pda[];