]> git.kernelconcepts.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:20:41 +0000 (11:20 +1000)
commitf3c23a28ace0a42ea06b5860b3bd25f71fc14c89
treeddd57fe63f1101f5e736493d73c0965745748ee2
parent7c946199cd5eab2917bb053ca6fdc6997d27aa7a
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