commit | 937a801576f954bd030d7c4a5a94571710d87c0b | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 07 19:44:33 2006 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sun Oct 08 02:38:28 2006 +0100 |
tree | 48d3440f765b56cf32a89b4b8193dd033d8227a8 | |
parent | 31aa36658a123263a9a69896e348b9600e050679 [diff] [blame] |
[MIPS] Complete fixes after removal of pt_regs argument to int handlers. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/thread_info.h b/include/asm-mips/thread_info.h index ae8ada5..e475c45 100644 --- a/include/asm-mips/thread_info.h +++ b/include/asm-mips/thread_info.h
@@ -34,6 +34,7 @@ 0-0xFFFFFFFF for kernel-thread */ struct restart_block restart_block; + struct pt_regs *regs; }; /*