diff options
author | travis@sgi.com <travis@sgi.com> | 2017-01-25 10:35:19 -0600 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-02-01 10:20:59 +0100 |
commit | abdf1df6bc0416ec19b841e92b497ca55b23454c (patch) | |
tree | cc4e8ffffc1e15f88a1f01f556d7a3745a02a5ce /arch/x86/kernel/apic | |
parent | 74862b03b46a852662c1a30c859b985261ff5d5c (diff) | |
download | op-kernel-dev-abdf1df6bc0416ec19b841e92b497ca55b23454c.zip op-kernel-dev-abdf1df6bc0416ec19b841e92b497ca55b23454c.tar.gz |
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 <travis@sgi.com>
Reviewed-by: Russ Anderson <rja@hpe.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Dimitri Sivanich <sivanich@hpe.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/20170125163517.585269837@asylum.americas.sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kernel/apic')
-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 d02cc7e..e9f8f8c 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); |