[PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Mike Travis
Introduce is_early_uv_system() which uses efi.uv_systab to decide early in the boot process whether we're on a UV system. This is needed to skip other early setup/init code that might break the UV platform if done too early such as before necessary ACPI tables parsing takes place. Signed-off-by:

[PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Mike Travis
Introduce is_early_uv_system() which uses efi.uv_systab to decide early in the boot process whether we're on a UV system. This is needed to skip other early setup/init code that might break the UV platform if done too early such as before necessary ACPI tables parsing takes place. Signed-off-by:

Re: [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Thomas Gleixner
On Tue, 2 Oct 2018, Mike Travis wrote: > On 10/1/2018 11:20 PM, Thomas Gleixner wrote: > > On Mon, 1 Oct 2018, Mike Travis wrote: > > > > > Introduce is_early_uv_system() which uses efi.uv_systab to decide early > > > in the boot process whether we're on a UV system. > > > > > > This is needed

Re: [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Thomas Gleixner
On Tue, 2 Oct 2018, Mike Travis wrote: > On 10/1/2018 11:20 PM, Thomas Gleixner wrote: > > On Mon, 1 Oct 2018, Mike Travis wrote: > > > > > Introduce is_early_uv_system() which uses efi.uv_systab to decide early > > > in the boot process whether we're on a UV system. > > > > > > This is needed

Re: [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Mike Travis
On 10/1/2018 11:20 PM, Thomas Gleixner wrote: On Mon, 1 Oct 2018, Mike Travis wrote: Introduce is_early_uv_system() which uses efi.uv_systab to decide early in the boot process whether we're on a UV system. This is needed to skip other early setup/init code that might break UV platform if

Re: [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Mike Travis
On 10/1/2018 11:20 PM, Thomas Gleixner wrote: On Mon, 1 Oct 2018, Mike Travis wrote: Introduce is_early_uv_system() which uses efi.uv_systab to decide early in the boot process whether we're on a UV system. This is needed to skip other early setup/init code that might break UV platform if

Re: [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Thomas Gleixner
On Mon, 1 Oct 2018, Mike Travis wrote: > Introduce is_early_uv_system() which uses efi.uv_systab to decide early > in the boot process whether we're on a UV system. > > This is needed to skip other early setup/init code that might break UV > platform if done too early such as before necessary

Re: [PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-02 Thread Thomas Gleixner
On Mon, 1 Oct 2018, Mike Travis wrote: > Introduce is_early_uv_system() which uses efi.uv_systab to decide early > in the boot process whether we're on a UV system. > > This is needed to skip other early setup/init code that might break UV > platform if done too early such as before necessary

[PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-01 Thread Mike Travis
Introduce is_early_uv_system() which uses efi.uv_systab to decide early in the boot process whether we're on a UV system. This is needed to skip other early setup/init code that might break UV platform if done too early such as before necessary ACPI tables parsing takes place. Signed-off-by:

[PATCH 1/2] x86/platform/uv: Add is_early_uv_system check

2018-10-01 Thread Mike Travis
Introduce is_early_uv_system() which uses efi.uv_systab to decide early in the boot process whether we're on a UV system. This is needed to skip other early setup/init code that might break UV platform if done too early such as before necessary ACPI tables parsing takes place. Signed-off-by: