mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-12 12:15:32 +00:00
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:
|
||
|---|---|---|
| .. | ||
| bios_uv.c | ||
| Makefile | ||
| tlb_uv.c | ||
| uv_irq.c | ||
| uv_nmi.c | ||
| uv_sysfs.c | ||
| uv_time.c | ||