Re: [PATCH] Build fix for uml/x86_64

From: Harvey Harrison
Date: Fri Apr 04 2008 - 15:00:41 EST


On Fri, 2008-04-04 at 20:51 +0200, Alexander van Heukelum wrote:
> Build fix for uml/x86_64, which was broken by:
> x86: remove x86-specific implementations of find_first_bit
>
> Signed-off-by: Alexander van Heukelum <heukelum@xxxxxxxxxxx>
>
> ---
>
> Hi Ingo,
>
> I broke uml again :(
>
> This patch fixes the problem for x86_64. These changes
> should have been included in:
>
> x86: switch x86_64 to generic find_first_bit
>
> Greetings,
> Alexander
>
> arch/um/Kconfig.x86_64 | 4 ++++
> arch/um/sys-x86_64/Makefile | 2 +-
> 2 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64
> index a29f545..84cefd5 100644
> --- a/arch/um/Kconfig.x86_64
> +++ b/arch/um/Kconfig.x86_64
> @@ -31,6 +31,10 @@ config SMP_BROKEN
> bool
> default y
>
> +config GENERIC_FIND_FIRST_BIT
> + bool
> + default y
> +
def_bool y

Cheers,

Harvey


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/