]> git.baikalelectronics.ru Git - kernel.git/commit
x86/uv: Fix UV2 BAU legacy mode
authorCliff Wickman <cpw@sgi.com>
Thu, 7 Jun 2012 13:31:40 +0000 (08:31 -0500)
committerIngo Molnar <mingo@kernel.org>
Fri, 8 Jun 2012 09:48:28 +0000 (11:48 +0200)
commitadc939691f271a2a01f5e6f3c044fa8736f0dd89
tree786ce4416a69407aa3ebb95f98b1475b46c9f204
parent42cf5f0281f6b640d4a87fe5c92373a7e73c798c
x86/uv: Fix UV2 BAU legacy mode

The SGI Altix UV2 BAU (Broadcast Assist Unit) as used for
tlb-shootdown (selective broadcast mode) always uses UV2
broadcast descriptor format. There is no need to clear the
'legacy' (UV1) mode, because the hardware always uses UV2 mode
for selective broadcast.

But the BIOS uses general broadcast and legacy mode, and the
hardware pays attention to the legacy mode bit for general
broadcast. So the kernel must not clear that mode bit.

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Cc: <stable@kernel.org>
Link: http://lkml.kernel.org/r/E1SccoO-0002Lh-Cb@eag09.americas.sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/include/asm/uv/uv_bau.h
arch/x86/platform/uv/tlb_uv.c