x86/platform/uv/BAU: Implement uv4_wait_completion with read_status
authorAndrew Banman <abanman@hpe.com>
Thu, 9 Mar 2017 16:42:14 +0000 (10:42 -0600)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 13 Mar 2017 13:26:29 +0000 (14:26 +0100)
commit2f2a033fb5819c393d65da9b6233e095f3690f15
treeb4569ed5aadefc65487617bd987af32cda76454c
parent2620bbbf1f4f187952fb35861f4473860c432728
x86/platform/uv/BAU: Implement uv4_wait_completion with read_status

UV4 does not employ a software-timeout as in previous generations so a new
wait_completion routine without this logic is required. Certain completion
statuses require the AUX status bit in addition to ERROR and BUSY.

Add the read_status routine to construct the full completion status. Use
read_status in the uv4_wait_completion routine to handle all possible
completion statuses.

Signed-off-by: Andrew Banman <abanman@hpe.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Mike Travis <mike.travis@hpe.com>
Cc: sivanich@hpe.com
Cc: rja@hpe.com
Cc: akpm@linux-foundation.org
Link: http://lkml.kernel.org/r/1489077734-111753-7-git-send-email-abanman@hpe.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/platform/uv/tlb_uv.c