diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-11-29 20:14:51 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-11-29 20:14:51 -0500 |
commit | 0b7883f49810ec91755caa222b3b28f047b8c93b (patch) | |
tree | 40669047f649d21c3c5c874437c9414759a43240 /include/asm-mips/bitops.h | |
parent | 4ffd8b3838f22c34b21a25b7612795ca45d14db6 (diff) |
[MIPS] Remove unused definition of cpu_to_lelongp()
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/bitops.h')
-rw-r--r-- | include/asm-mips/bitops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/bitops.h b/include/asm-mips/bitops.h index 8cd61c197052..b9007411b60f 100644 --- a/include/asm-mips/bitops.h +++ b/include/asm-mips/bitops.h | |||
@@ -23,13 +23,11 @@ | |||
23 | #define SZLONG_MASK 31UL | 23 | #define SZLONG_MASK 31UL |
24 | #define __LL "ll " | 24 | #define __LL "ll " |
25 | #define __SC "sc " | 25 | #define __SC "sc " |
26 | #define cpu_to_lelongp(x) cpu_to_le32p((__u32 *) (x)) | ||
27 | #elif (_MIPS_SZLONG == 64) | 26 | #elif (_MIPS_SZLONG == 64) |
28 | #define SZLONG_LOG 6 | 27 | #define SZLONG_LOG 6 |
29 | #define SZLONG_MASK 63UL | 28 | #define SZLONG_MASK 63UL |
30 | #define __LL "lld " | 29 | #define __LL "lld " |
31 | #define __SC "scd " | 30 | #define __SC "scd " |
32 | #define cpu_to_lelongp(x) cpu_to_le64p((__u64 *) (x)) | ||
33 | #endif | 31 | #endif |
34 | 32 | ||
35 | /* | 33 | /* |