diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-03-23 08:00:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-03-23 08:00:03 +0000 |
commit | cc858f6e51f21ecda51f60b595eae308f032566c (patch) | |
tree | def4de98a50fc06cc5a2c36dba8c5824c9717fab /arch/mips/tools/offset.c | |
parent | 6dd778f9528c1acc17dbfca685f51bd5c3750d45 (diff) |
Store current in $28.
Diffstat (limited to 'arch/mips/tools/offset.c')
-rw-r--r-- | arch/mips/tools/offset.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/mips/tools/offset.c b/arch/mips/tools/offset.c index 88926ebfd..3a25b57d9 100644 --- a/arch/mips/tools/offset.c +++ b/arch/mips/tools/offset.c @@ -4,7 +4,7 @@ * Copyright (C) 1996 David S. Miller * Made portable by Ralf Baechle * - * $Id: offset.c,v 1.3 1997/12/01 17:57:41 ralf Exp $ + * $Id: offset.c,v 1.4 1997/12/16 05:34:45 ralf Exp $ */ #include <linux/types.h> @@ -98,7 +98,6 @@ void output_thread_defines(void) offset("#define THREAD_REG21 ", struct task_struct, tss.reg21); offset("#define THREAD_REG22 ", struct task_struct, tss.reg22); offset("#define THREAD_REG23 ", struct task_struct, tss.reg23); - offset("#define THREAD_REG28 ", struct task_struct, tss.reg28); offset("#define THREAD_REG29 ", struct task_struct, tss.reg29); offset("#define THREAD_REG30 ", struct task_struct, tss.reg30); offset("#define THREAD_REG31 ", struct task_struct, tss.reg31); |