summaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle2006-11-30 02:14:51 +0100
committerRalf Baechle2006-11-30 02:14:51 +0100
commit0b7883f49810ec91755caa222b3b28f047b8c93b (patch)
tree40669047f649d21c3c5c874437c9414759a43240 /include/asm-mips
parent[MIPS] Remove userspace proofing from <asm/bitops.h>. (diff)
downloadkernel-qcow2-linux-0b7883f49810ec91755caa222b3b28f047b8c93b.tar.gz
kernel-qcow2-linux-0b7883f49810ec91755caa222b3b28f047b8c93b.tar.xz
kernel-qcow2-linux-0b7883f49810ec91755caa222b3b28f047b8c93b.zip
[MIPS] Remove unused definition of cpu_to_lelongp()
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/bitops.h2
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 @@
#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
/*