diff options
author | [email protected] <[email protected]> | 2017-01-25 10:35:19 -0600 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-02-01 10:20:59 +0100 |
commit | abdf1df6bc0416ec19b841e92b497ca55b23454c (patch) | |
tree | cc4e8ffffc1e15f88a1f01f556d7a3745a02a5ce /arch/x86/kernel | |
parent | 74862b03b46a852662c1a30c859b985261ff5d5c (diff) |
x86/platform/UV: Add Support for UV4 Hubless NMIs
Merge new UV Hubless NMI support into existing UV NMI handler.
Signed-off-by: Mike Travis <[email protected]>
Reviewed-by: Russ Anderson <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Acked-by: Dimitri Sivanich <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/apic/x2apic_uv_x.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/x2apic_uv_x.c b/arch/x86/kernel/apic/x2apic_uv_x.c index d02cc7e65e4d..e9f8f8cdd570 100644 --- a/arch/x86/kernel/apic/x2apic_uv_x.c +++ b/arch/x86/kernel/apic/x2apic_uv_x.c @@ -1514,6 +1514,8 @@ void __init uv_system_init(void) if (is_uv_system()) uv_system_init_hub(); + else + uv_nmi_setup_hubless(); } apic_driver(apic_x2apic_uv_x); |