Re: [PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-11 Thread Mike Travis
On 9/11/2019 1:44 PM, Mike Travis wrote: On 9/10/2019 11:07 PM, Ingo Molnar wrote: * Mike Travis wrote: +/* Initialize UV hubless systems */ +static __init int uv_system_init_hubless(void) +{ +    int rc; + +    /* Setup PCH NMI handler */ +    uv_nmi_setup_hubless(); + +    /* Init

Re: [PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-11 Thread Mike Travis
On 9/10/2019 11:07 PM, Ingo Molnar wrote: * Mike Travis wrote: +/* Initialize UV hubless systems */ +static __init int uv_system_init_hubless(void) +{ + int rc; + + /* Setup PCH NMI handler */ + uv_nmi_setup_hubless(); + + /* Init kernel/BIOS interface */ +

Re: [PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-11 Thread Ingo Molnar
* Mike Travis wrote: > +/* Initialize UV hubless systems */ > +static __init int uv_system_init_hubless(void) > +{ > + int rc; > + > + /* Setup PCH NMI handler */ > + uv_nmi_setup_hubless(); > + > + /* Init kernel/BIOS interface */ > + rc = uv_bios_init(); > + > +

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-10 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-10 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-10 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-09 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-09 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-05 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-05 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.

[PATCH 4/8] x86/platform/uv: Setup UV functions for Hubless UV Systems

2019-09-02 Thread Mike Travis
Add more support for UV systems that do not contain a UV Hub (AKA "hubless"). This update adds support for additional functions required: Use PCH NMI handler instead of a UV Hub NMI handler. Initialize the UV BIOS callback interface used to support specific UV functions.