x86/UV2: Fix BAU destination timeout initialization
authorCliff Wickman <cpw@sgi.com>
Mon, 16 Jan 2012 21:18:48 +0000 (15:18 -0600)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Jan 2012 08:09:53 +0000 (09:09 +0100)
commitd059f9fa84a30e04279c6ff615e9e2cf3b260191
tree8b64df55c35953cc1f41a55fd8a2bdb309ebc623
parentda87c937e5a2374686edd58df06cfd5050b125fa
x86/UV2: Fix BAU destination timeout initialization

Move the call to enable_timeouts() forward so that
BAU_MISC_CONTROL is initialized before using it in
calculate_destination_timeout().

Fix the calculation of a BAU destination timeout
for UV2 (in calculate_destination_timeout()).

Signed-off-by: Cliff Wickman <cpw@sgi.com>
Link: http://lkml.kernel.org/r/20120116211848.GB5767@sgi.com
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/platform/uv/tlb_uv.c