]> git.baikalelectronics.ru Git - kernel.git/commit
x86, UML: remove x86-specific implementations of find_first_bit
authorAlexander van Heukelum <heukelum@mailshack.com>
Tue, 1 Apr 2008 15:47:57 +0000 (17:47 +0200)
committerIngo Molnar <mingo@elte.hu>
Sat, 26 Apr 2008 17:21:17 +0000 (19:21 +0200)
commit7747a839aef138a7fced4c9bbe3f8534b6aab892
tree5e417154f181e523c8491ec263eb71fbaf8ec0da
parentc322482fa29407286dafa766abec9bf785dbb88a
x86, UML: remove x86-specific implementations of find_first_bit

x86 has been switched to the generic versions of find_first_bit
and find_first_zero_bit, but the original versions were retained.
This patch just removes the now unused x86-specific versions.

also update UML.

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/um/sys-i386/Makefile
arch/um/sys-x86_64/Makefile
arch/x86/lib/Makefile
arch/x86/lib/bitops_64.c [deleted file]
include/asm-x86/bitops_32.h
include/asm-x86/bitops_64.h