]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - lib/Kconfig
x86, bitops: select the generic bitmap search functions
authorAlexander van Heukelum <heukelum@mailshack.com>
Fri, 25 Apr 2008 11:12:53 +0000 (13:12 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 17:21:17 +0000 (19:21 +0200)
commit19870def587554c4055df3e74a21508e3647fb7e
treed1c483a58e0ec684b8e3678a906dc115ffee5006
parentf19dcf4a61ea4a3d155acb239348d09cb264f6a0
x86, bitops: select the generic bitmap search functions

Introduce GENERIC_FIND_FIRST_BIT and GENERIC_FIND_NEXT_BIT in
lib/Kconfig, defaulting to off. An arch that wants to use the
generic implementation now only has to use a select statement
to include them.

I added an always-y option (X86_CPU) to arch/x86/Kconfig.cpu
and used that to select the generic search functions. This
way ARCH=um SUBARCH=i386 automatically picks up the change
too, and arch/um/Kconfig.i386 can therefore be simplified a
bit. ARCH=um SUBARCH=x86_64 does things differently, but
still compiles fine. It seems that a "def_bool y" always
wins over a "def_bool n"?

Signed-off-by: Alexander van Heukelum <heukelum@fastmail.fm>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/um/Kconfig.i386
arch/um/Kconfig.x86_64
arch/x86/Kconfig
arch/x86/Kconfig.cpu
lib/Kconfig