* Glauber Costa <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to