]> git.baikalelectronics.ru Git - kernel.git/commit
x86/platform/uv/BAU: Add APIC idt entry
authorAndrew Banman <abanman@hpe.com>
Tue, 27 Mar 2018 22:09:06 +0000 (17:09 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 28 Mar 2018 08:40:55 +0000 (10:40 +0200)
commitdb4ea0e401f513f70d9b22252b2aab1686fe3a4d
treea21ee442806ee774be3c50dd6e2163594c8377f6
parent4d84fb91580fcd1cde8d85f59671dfba8b46c8e9
x86/platform/uv/BAU: Add APIC idt entry

BAU uses the old alloc_initr_gate90 method to setup its interrupt. This
fails silently as the BAU vector is in the range of APIC vectors that are
registered to the spurious interrupt handler. As a consequence BAU
broadcasts are not handled, and the broadcast source CPU hangs.

Update BAU to use new idt structure.

Fixes: 4405592d78c3 ("x86/idt: Move interrupt gate initialization to IDT code")
Signed-off-by: Andrew Banman <abanman@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Mike Travis <mike.travis@hpe.com>
Cc: Dimitri Sivanich <sivanich@hpe.com>
Cc: Russ Anderson <rja@hpe.com>
Cc: stable@vger.kernel.org
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lkml.kernel.org/r/1522188546-196177-1-git-send-email-abanman@hpe.com
arch/x86/include/asm/hw_irq.h
arch/x86/kernel/idt.c
arch/x86/platform/uv/tlb_uv.c