x86: Fix uv bau sending buffer initialization
authorCliff Wickman <cpw@sgi.com>
Wed, 24 Jun 2009 14:41:59 +0000 (09:41 -0500)
committerIngo Molnar <mingo@elte.hu>
Wed, 24 Jun 2009 15:33:58 +0000 (17:33 +0200)
The initialization of the UV Broadcast Assist Unit's sending
buffers was making an invalid assumption about the
initialization of an MMR that defines its address.

The BIOS will not be providing that MMR.  So
uv_activation_descriptor_init() should unconditionally set it.

Tested on UV simulator.

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Cc: <stable@kernel.org> # for v2.6.30.x
LKML-Reference: <E1MJTfj-0005i1-W8@eag09.americas.sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found