]> err.no Git - linux-2.6/blobdiff - include/asm-i386/pda.h
[PATCH] add process_session() helper routine
[linux-2.6] / include / asm-i386 / pda.h
index 08a35c478af231c71022c17528010335631a6f34..2ba2736aa109833ef0cc4ae4819cbb4065ccbe95 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[];