diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:43:49 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-08 05:43:49 -0400 |
| commit | 1d6ae775d7a948c9575658eb41184fd2e506c0df (patch) | |
| tree | 8128a28e89d82f13bb8e3a2160382240c66e2816 /include/asm-mips/sim.h | |
| parent | 739cdbf1d8f0739b80035b80d69d871e33749b86 (diff) | |
| parent | caf39e87cc1182f7dae84eefc43ca14d54c78ef9 (diff) | |
Merge /spare/repo/linux-2.6/
Diffstat (limited to 'include/asm-mips/sim.h')
| -rw-r--r-- | include/asm-mips/sim.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/asm-mips/sim.h b/include/asm-mips/sim.h index 6333169be329..3ccfe09fa744 100644 --- a/include/asm-mips/sim.h +++ b/include/asm-mips/sim.h | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | #define __str2(x) #x | 16 | #define __str2(x) #x |
| 17 | #define __str(x) __str2(x) | 17 | #define __str(x) __str2(x) |
| 18 | 18 | ||
| 19 | #ifdef CONFIG_MIPS32 | 19 | #ifdef CONFIG_32BIT |
| 20 | 20 | ||
| 21 | #define save_static_function(symbol) \ | 21 | #define save_static_function(symbol) \ |
| 22 | __asm__ ( \ | 22 | __asm__ ( \ |
| @@ -42,9 +42,9 @@ __asm__ ( \ | |||
| 42 | 42 | ||
| 43 | #define nabi_no_regargs | 43 | #define nabi_no_regargs |
| 44 | 44 | ||
| 45 | #endif /* CONFIG_MIPS32 */ | 45 | #endif /* CONFIG_32BIT */ |
| 46 | 46 | ||
| 47 | #ifdef CONFIG_MIPS64 | 47 | #ifdef CONFIG_64BIT |
| 48 | 48 | ||
| 49 | #define save_static_function(symbol) \ | 49 | #define save_static_function(symbol) \ |
| 50 | __asm__ ( \ | 50 | __asm__ ( \ |
| @@ -78,6 +78,6 @@ __asm__ ( \ | |||
| 78 | unsigned long __dummy6, \ | 78 | unsigned long __dummy6, \ |
| 79 | unsigned long __dummy7, | 79 | unsigned long __dummy7, |
| 80 | 80 | ||
| 81 | #endif /* CONFIG_MIPS64 */ | 81 | #endif /* CONFIG_64BIT */ |
| 82 | 82 | ||
| 83 | #endif /* _ASM_SIM_H */ | 83 | #endif /* _ASM_SIM_H */ |
