From 66c5a0cb9d67fcc7fc8b67f82e34c4a8ffcd43df Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 30 Nov 2006 01:14:51 +0000 Subject: [PATCH] --- yaml --- r: 41399 b: refs/heads/master c: 0b7883f49810ec91755caa222b3b28f047b8c93b h: refs/heads/master i: 41397: 953428027a34a1cc8cfaecd020958e7c79dd387d 41395: c9a6fe72d5401e4e2a99760e964881acd751c4dc 41391: c17902a39705b2f0242fdbfc226c820e94f946bd v: v3 --- [refs] | 2 +- trunk/include/asm-mips/bitops.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 9e254649da10..b4ec1583fc9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ffd8b3838f22c34b21a25b7612795ca45d14db6 +refs/heads/master: 0b7883f49810ec91755caa222b3b28f047b8c93b diff --git a/trunk/include/asm-mips/bitops.h b/trunk/include/asm-mips/bitops.h index 8cd61c197052..b9007411b60f 100644 --- a/trunk/include/asm-mips/bitops.h +++ b/trunk/include/asm-mips/bitops.h @@ -23,13 +23,11 @@ #define SZLONG_MASK 31UL #define __LL "ll " #define __SC "sc " -#define cpu_to_lelongp(x) cpu_to_le32p((__u32 *) (x)) #elif (_MIPS_SZLONG == 64) #define SZLONG_LOG 6 #define SZLONG_MASK 63UL #define __LL "lld " #define __SC "scd " -#define cpu_to_lelongp(x) cpu_to_le64p((__u64 *) (x)) #endif /*