summaryrefslogtreecommitdiff
path: root/arch/m68knommu
diff options
context:
space:
mode:
authorAkinobu Mita <akinobu.mita@gmail.com>2011-03-23 23:42:00 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2011-03-24 02:46:14 (GMT)
commitc1e6ca7a501f0139e5ec2a01f8420eeb21c97a52 (patch)
tree538f5424eedda1039dec6d6cc5f81cbee16e2e1b /arch/m68knommu
parent0664996b7c2fdb1b7f90954469cc242274abd7db (diff)
downloadlinux-fsl-qoriq-c1e6ca7a501f0139e5ec2a01f8420eeb21c97a52.tar.xz
m68knommu: introduce little-endian bitops
Introduce little-endian bit operations by renaming native ext2 bit operations. The ext2 bit operations are kept as wrapper macros using little-endian bit operations to maintain bisectability until the conversions are finished. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Acked-by: Greg Ungerer <gerg@uclinux.org> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Roman Zippel <zippel@linux-m68k.org> Cc: Andreas Schwab <schwab@linux-m68k.org> Cc: Arnd Bergmann <arnd@arndb.de> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r--arch/m68knommu/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68knommu/Kconfig b/arch/m68knommu/Kconfig
index 5795f58..b5424cf 100644
--- a/arch/m68knommu/Kconfig
+++ b/arch/m68knommu/Kconfig
@@ -42,10 +42,6 @@ config GENERIC_FIND_NEXT_BIT
bool
default y
-config GENERIC_FIND_BIT_LE
- bool
- default y
-
config GENERIC_GPIO
bool
default n