]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/platform/uv/BAU: Disable software timeout on UV4 hardware
authorAndrew Banman <abanman@sgi.com>
Wed, 21 Sep 2016 16:09:19 +0000 (11:09 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 27 Feb 2017 01:24:15 +0000 (17:24 -0800)
commit54370e97150c0a7742312126c0bb66141ed69ba0
tree23e9c5273df726c24e293d3472622de989b03cd9
parentb64dd98df417477f4aeb9ac4c128c18c525dc8a9
x86/platform/uv/BAU: Disable software timeout on UV4 hardware

Orabug: 25477822

Software timeouts are not currently supported on BAU for UV4. Instead, the
BAU will rely on hardware-level fairness protocols to determine broadcast
timeouts.

Do not call enable_timeouts or calculate_destination_timeout on UV4. These
functions write to pre-UV4 MMRs so they generate error messages on UV4.

Signed-off-by: Andrew Banman <abanman@sgi.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Mike Travis <travis@sgi.com>
Acked-by: Dimitri Sivanich <sivanich@sgi.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: akpm@linux-foundation.org
Cc: rja@sgi.com
Link: http://lkml.kernel.org/r/1474474161-265604-9-git-send-email-abanman@sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
(cherry picked from commit e879c1124a6c5c3367f20a254909605e7ee938c1)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
arch/x86/platform/uv/tlb_uv.c