]> 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)
commitec5c78e33ac0a93a93e0aa6f5a7d24d9320087ea
tree96fb606a30bf02108b91bca3af49c6794120adac
parentbbc3712c50b8aaf8afcb9778a0680379fe819fe5
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]