* 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
_______________________________________________
Virtualization mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Reply via email to