x86/UV2: Fix BAU destination timeout initialization
authorCliff Wickman <cpw@sgi.com>
Mon, 16 Jan 2012 21:18:48 +0000 (15:18 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 26 Jan 2012 01:25:01 +0000 (17:25 -0800)
commit415b95df641c998a7cf15c916047f338ab2ce87b
tree97fb6c5954537a10629a9c7484a01bd3829c4159
parent6c8e76e158a9bc849ec946ab030595e06ad89210
x86/UV2: Fix BAU destination timeout initialization

commit d059f9fa84a30e04279c6ff615e9e2cf3b260191 upstream.

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
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/platform/uv/tlb_uv.c