]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/platform/uv/BAU: Fix payload queue setup on UV4 hardware
authorAndrew Banman <abanman@sgi.com>
Wed, 21 Sep 2016 16:09:20 +0000 (11:09 -0500)
committerChuck Anderson <chuck.anderson@oracle.com>
Mon, 27 Feb 2017 01:24:16 +0000 (17:24 -0800)
commit03a254949c880e554e61f41be25d32f1c03f4d92
treeb1138b8deb124c3d070113ddd0021caff5cd7cbb
parent54370e97150c0a7742312126c0bb66141ed69ba0
x86/platform/uv/BAU: Fix payload queue setup on UV4 hardware

Orabug: 25477822

The BAU on UV4 does not need to maintain the payload queue tail pointer. Do
not initialize the tail pointer MMR on UV4.

Note that write_payload_tail is not an abstracted BAU function since it is
an operation specific to pre-UV4 versions. Then we must switch on the UV
version to control its usage, for which we use uvhub_version rather than
is_uv*_hub because it is quicker/more concise.

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-10-git-send-email-abanman@sgi.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
(cherry picked from commit 6d78059bbc0ace5461938aaea8cda95eb6719898)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
arch/x86/platform/uv/tlb_uv.c