summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64/ptrace.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-12-04 03:58:56 +0000
commit1d67e90f19a7acfd9a05dc59678e7d0c5090bd0d (patch)
tree357efc7b93f8f5102110d20d293f41360ec212fc /include/asm-mips64/ptrace.h
parentaea27b2e18d69af87e673972246e66657b4fa274 (diff)
Merge with Linux 2.3.21.
Diffstat (limited to 'include/asm-mips64/ptrace.h')
-rw-r--r--include/asm-mips64/ptrace.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/include/asm-mips64/ptrace.h b/include/asm-mips64/ptrace.h
index 23c76b6b3..3e61613ca 100644
--- a/include/asm-mips64/ptrace.h
+++ b/include/asm-mips64/ptrace.h
@@ -1,4 +1,4 @@
-/* $Id: ptrace.h,v 1.1 1999/08/18 21:46:55 ralf Exp $
+/* $Id: ptrace.h,v 1.2 1999/09/28 22:27:19 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -23,14 +23,22 @@
#define FPC_EIR 70
#ifndef __ASSEMBLY__
+
+#define abi64_no_regargs \
+ unsigned long __dummy0, \
+ unsigned long __dummy1, \
+ unsigned long __dummy2, \
+ unsigned long __dummy3, \
+ unsigned long __dummy4, \
+ unsigned long __dummy5, \
+ unsigned long __dummy6, \
+ unsigned long __dummy7
+
/*
* This struct defines the way the registers are stored on the stack during a
* system call/exception. As usual the registers k0/k1 aren't being saved.
*/
struct pt_regs {
- /* Pad bytes for argument save space on the stack. */
- unsigned long pad0[8];
-
/* Saved main processor registers. */
unsigned long regs[32];