commit | 70463daca852db396ce17f179d2404b257ba0f66 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Thu Dec 07 02:14:03 2006 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Thu Dec 07 02:14:03 2006 +0100 |
tree | d0f89336cd46ab79e8a42239fa758cf43857491d | |
parent | ec7fcaabbfb3c5bd5189f857b6ac7bb9745ef291 [diff] [blame] |
[PATCH] i386: Store the interrupt regs pointer in the PDA Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Andi Kleen <ak@suse.de>
diff --git a/include/asm-i386/pda.h b/include/asm-i386/pda.h index 08a35c4..2ba2736 100644 --- a/include/asm-i386/pda.h +++ b/include/asm-i386/pda.h
@@ -15,6 +15,7 @@ int cpu_number; struct task_struct *pcurrent; /* current process */ + struct pt_regs *irq_regs; }; extern struct i386_pda *_cpu_pda[];