]> git.baikalelectronics.ru Git - kernel.git/commit
x86/platform/uv: Remove UV BAU TLB Shootdown Handler
authorMike Travis <mike.travis@hpe.com>
Mon, 5 Oct 2020 20:39:17 +0000 (15:39 -0500)
committerBorislav Petkov <bp@suse.de>
Wed, 7 Oct 2020 06:45:39 +0000 (08:45 +0200)
commit5bd98929c3edcd757834723f964f4418b484eac1
tree96fb606a30bf02108b91bca3af49c6794120adac
parentbcd73b886152660611829131d79e5872eefecdf1
x86/platform/uv: Remove UV BAU TLB Shootdown Handler

The Broadcast Assist Unit (BAU) TLB shootdown handler is being rewritten
to become the UV BAU APIC driver. It is designed to speed up sending
IPIs to selective CPUs within the system. Remove the current TLB
shutdown handler (tlb_uv.c) file and a couple of kernel hooks in the
interim.

Signed-off-by: Mike Travis <mike.travis@hpe.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Dimitri Sivanich <dimitri.sivanich@hpe.com>
Link: https://lkml.kernel.org/r/20201005203929.148656-2-mike.travis@hpe.com
arch/x86/include/asm/idtentry.h
arch/x86/include/asm/uv/uv.h
arch/x86/include/asm/uv/uv_bau.h [deleted file]
arch/x86/kernel/idt.c
arch/x86/mm/tlb.c
arch/x86/platform/uv/Makefile
arch/x86/platform/uv/tlb_uv.c [deleted file]