diff options
| -rw-r--r-- | arch/mips/include/asm/regdef.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/include/asm/regdef.h b/arch/mips/include/asm/regdef.h index 7c8ecb6b9c40..785a5189b374 100644 --- a/arch/mips/include/asm/regdef.h +++ b/arch/mips/include/asm/regdef.h | |||
| @@ -6,6 +6,8 @@ | |||
| 6 | * Copyright (C) 1985 MIPS Computer Systems, Inc. | 6 | * Copyright (C) 1985 MIPS Computer Systems, Inc. |
| 7 | * Copyright (C) 1994, 95, 99, 2003 by Ralf Baechle | 7 | * Copyright (C) 1994, 95, 99, 2003 by Ralf Baechle |
| 8 | * Copyright (C) 1990 - 1992, 1999 Silicon Graphics, Inc. | 8 | * Copyright (C) 1990 - 1992, 1999 Silicon Graphics, Inc. |
| 9 | * Copyright (C) 2011 Wind River Systems, | ||
| 10 | * written by Ralf Baechle <ralf@linux-mips.org> | ||
| 9 | */ | 11 | */ |
| 10 | #ifndef _ASM_REGDEF_H | 12 | #ifndef _ASM_REGDEF_H |
| 11 | #define _ASM_REGDEF_H | 13 | #define _ASM_REGDEF_H |
| @@ -30,9 +32,13 @@ | |||
| 30 | #define t2 $10 | 32 | #define t2 $10 |
| 31 | #define t3 $11 | 33 | #define t3 $11 |
| 32 | #define t4 $12 | 34 | #define t4 $12 |
| 35 | #define ta0 $12 | ||
| 33 | #define t5 $13 | 36 | #define t5 $13 |
| 37 | #define ta1 $13 | ||
| 34 | #define t6 $14 | 38 | #define t6 $14 |
| 39 | #define ta2 $14 | ||
| 35 | #define t7 $15 | 40 | #define t7 $15 |
| 41 | #define ta3 $15 | ||
| 36 | #define s0 $16 /* callee saved */ | 42 | #define s0 $16 /* callee saved */ |
| 37 | #define s1 $17 | 43 | #define s1 $17 |
| 38 | #define s2 $18 | 44 | #define s2 $18 |
