]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: use CPU_HAS_NO_BITFIELDS for signal functions
authorGreg Ungerer <gerg@uclinux.org>
Mon, 4 Jul 2011 04:23:09 +0000 (14:23 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 25 Jul 2011 01:21:48 +0000 (11:21 +1000)
commit4df245c5f3fc49d79bb20118f7b1d54dc0354ea8
tree15df1381f5b2c144385de63c3ba241a491ced34d
parent7e63e0c108751d48ec38f1f4e76209d359a95a83
m68k: use CPU_HAS_NO_BITFIELDS for signal functions

When reworking bitops.h to be clean for all processor types we introduced
a CONFIG_CPU_HAS_NO_BITFIELDS define to signal whether this processor type
supported the bit field instructions. The ARCH_SIG_BITOPS functions for
m68k use these instruction types. We should base the use of these functions
(or the generic versions) on the CONFIG_CPU_HAS_NO_BITFIELDS define.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/signal.h