From: Alexander van Heukelum Date: Thu, 13 Mar 2008 17:53:52 +0000 (+0100) Subject: x86, uml: fix uml with generic find_next_bit for x86 X-Git-Tag: v2.6.26-rc1~1037^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60b6783a044a55273b637983f52965c2808a6b86;p=profile%2Fivi%2Fkernel-x86-ivi.git x86, uml: fix uml with generic find_next_bit for x86 Update UML to use the generic bits too. Signed-off-by: Alexander van Heukelum Signed-off-by: Ingo Molnar --- diff --git a/arch/um/Kconfig.i386 b/arch/um/Kconfig.i386 index e09edfa..be75560 100644 --- a/arch/um/Kconfig.i386 +++ b/arch/um/Kconfig.i386 @@ -39,6 +39,10 @@ config ARCH_REUSE_HOST_VSYSCALL_AREA bool default y +config GENERIC_FIND_NEXT_BIT + bool + default y + config GENERIC_HWEIGHT bool default y diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64 index 5696e7b..4ab5aa6 100644 --- a/arch/um/Kconfig.x86_64 +++ b/arch/um/Kconfig.x86_64 @@ -34,6 +34,10 @@ config SMP_BROKEN bool default y +config GENERIC_FIND_NEXT_BIT + bool + default y + config GENERIC_HWEIGHT bool default y