]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, UV: remove erroneous BAU initialization
authorCliff Wickman <cpw@sgi.com>
Wed, 31 Dec 2008 19:20:50 +0000 (13:20 -0600)
committerIngo Molnar <mingo@elte.hu>
Fri, 2 Jan 2009 16:26:25 +0000 (17:26 +0100)
commit46814dded1b972a07b1609d81632eef3009fbb10
treebe7b73a1c90b0c206e1de5ff90a095c71c242069
parent26799a63110dcbe81291ea53178f6b4810d07424
x86, UV: remove erroneous BAU initialization

Impact: fix crash on x86/UV

UV is the SGI "UltraViolet" machine, which is x86_64 based.
BAU is the "Broadcast Assist Unit", used for TLB shootdown in UV.

This patch removes the allocation and initialization of an unused table.

This table is left over from a development test mode.  It is unused in
the present code.

And it was incorrectly initialized: 8 entries allocated but 17 initialized,
causing slab corruption.

This patch should go into 2.6.27 and 2.6.28 as well as the current tree.

Diffed against 2.6.28 (linux-next, 12/30/08)

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/tlb_uv.c