projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffd8b3
)
[MIPS] Remove unused definition of cpu_to_lelongp()
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 30 Nov 2006 01:14:51 +0000
(
01:14
+0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 30 Nov 2006 01:14:51 +0000
(
01:14
+0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/bitops.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/bitops.h
b/include/asm-mips/bitops.h
index 8cd61c1970528c4225ec78881372235683c933f5..b9007411b60f977e8393e450d70bcfe3388a7f50 100644
(file)
--- 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
/*