OSDN Git Service

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)
commit39297dde7390e01bfd737052fbb5313a09062e2d
tree96fb606a30bf02108b91bca3af49c6794120adac
parenta0947081af2ac9549e6ba19877456730713bde23
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]