From: Greg Ungerer Date: Mon, 4 Jul 2011 04:23:09 +0000 (+1000) Subject: m68k: use CPU_HAS_NO_BITFIELDS for signal functions X-Git-Tag: v3.1-rc1~237^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c23a28ace0a42ea06b5860b3bd25f71fc14c89;p=pandora-kernel.git 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 --- Reading git-diff-tree failed