Skip to content

Commit

Permalink
[MIPS] Remove unused definition of cpu_to_lelongp()
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Nov 30, 2006
1 parent 4ffd8b3 commit 0b7883f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-mips/bitops.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

/*
Expand Down

0 comments on commit 0b7883f

Please sign in to comment.