[SCTP]: Fix typo adaption -> adaptation as per the latest API draft.
[pandora-kernel.git] / include / asm-i386 / pda.h
index 08a35c4..2ba2736 100644 (file)
@@ -15,6 +15,7 @@ struct i386_pda
 
        int cpu_number;
        struct task_struct *pcurrent;   /* current process */
+       struct pt_regs *irq_regs;
 };
 
 extern struct i386_pda *_cpu_pda[];