]> git.baikalelectronics.ru Git - kernel.git/commit
x86: UV BAU distribution and payload MMRs
authorCliff Wickman <cpw@sgi.com>
Thu, 16 Apr 2009 12:53:09 +0000 (07:53 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Apr 2009 17:44:16 +0000 (19:44 +0200)
commit6683c4d6b28c85bde696bdb86941bf006ea33f90
tree025c060c7733bfc72a0614a60f745296070def69
parentdff32c2f221961ff876ab3a8f8a86e22982ffc70
x86: UV BAU distribution and payload MMRs

This patch correctly sets BAU memory mapped registers to point
to the sending activation descriptor table and target payload table.

The "Broadcast Assist Unit" is used for TLB shootdown in UV.

The memory mapped registers that point to sending and receiving
memory structures contain node numbers.

In one case the __pa() function did not provide the node id of
memory on blade zero in configurations where that id is nonzero.
In another case, it was assumed that memory was allocated on
the local node.  That assumption is not true in a configuration
in which the node has no memory.

Tested on the UV hardware simulator.

[ Impact: fix possible runtime crash due to incorrect TLB logic ]

Signed-off-by: Cliff Wickman <cpw@sgi.com>
LKML-Reference: <E1LuR5Z-0007An-B8@eag09.americas.sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/tlb_uv.c