Re: [PATCH] x86/platform/uv: drop last traces of uv_flush_tlb_others

2020-11-09 Thread Steve Wahl
Acked-by: Steve Wahl On Mon, Nov 09, 2020 at 10:36:53AM +0100, Jiri Slaby wrote: > Commit 39297dde7390 ("x86/platform/uv: Remove UV BAU TLB Shootdown > Handler") removed uv_flush_tlb_others. Its declaration was removed also > from asm/uv/uv.h. But only for the CONFIG_X86_UV=y case. The inline > d

Re: [PATCH] x86/platform/uv: drop last traces of uv_flush_tlb_others

2020-11-09 Thread Mike Travis
Thanks Jiri for catching that. Acked-By: Mike Travis On 11/9/2020 1:36 AM, Jiri Slaby wrote: Commit 39297dde7390 ("x86/platform/uv: Remove UV BAU TLB Shootdown Handler") removed uv_flush_tlb_others. Its declaration was removed also from asm/uv/uv.h. But only for the CONFIG_X86_UV=y case. The i

[PATCH] x86/platform/uv: drop last traces of uv_flush_tlb_others

2020-11-09 Thread Jiri Slaby
Commit 39297dde7390 ("x86/platform/uv: Remove UV BAU TLB Shootdown Handler") removed uv_flush_tlb_others. Its declaration was removed also from asm/uv/uv.h. But only for the CONFIG_X86_UV=y case. The inline definition (!X86_UV case) is still in place. So remove this implementation with everything