Re: [PATCH 3/5] [PATCH] call vsmp_init explicitly

From: Ingo Molnar
Date: Sun Feb 17 2008 - 13:05:38 EST



* Glauber Costa <gcosta@xxxxxxxxxx> wrote:

> --- a/arch/x86/kernel/setup_64.c
> +++ b/arch/x86/kernel/setup_64.c
> @@ -346,6 +346,10 @@ #endif
> if (efi_enabled)
> efi_init();
>
> +#ifdef CONFIG_PARAVIRT
> + vsmp_init();
> +#endif

that #ifdef should be in setup.h, instead of polluting a .c file with
it.

Ingo
--
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/