]> www.infradead.org Git - users/jedix/linux-maple.git/commit
x86/platform/uv/BAU: Add payload descriptor qualifier
authorAndrew Banman <abanman@hpe.com>
Thu, 9 Mar 2017 16:42:10 +0000 (10:42 -0600)
committerSomasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Thu, 18 May 2017 18:41:16 +0000 (11:41 -0700)
commit2223273994412219a3d1275c093e4d110fd4a5c8
tree46a49172f5b4fcce6558d85f1a5c0ec85ad067e7
parent18a1eb89b47b8f5cae575e669d982d6d76f4836c
x86/platform/uv/BAU: Add payload descriptor qualifier

Orabug: 25920237

On UV4, the destination agent verifies each message by checking the
descriptor qualifier field of the message payload. Messages without this
field set to 0x534749 will cause a hub error to assert. Split
bau_message_payload into uv1_2_3 and uv4 versions to account for the
different payload formats.

Enforce the size of each field by using the appropriate u** integer type.
Replace extraneous comments with KernelDoc comment.

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-3-git-send-email-abanman@hpe.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
(cherry picked from commit e9be36443cecda1be20b2cc3b891676ff2af9dff)
Signed-off-by: Somasundaram Krishnasamy <somasundaram.krishnasamy@oracle.com>
Reviewed-by: Jack Vogel <jack.vogel@oracle.com>
arch/x86/include/asm/uv/uv_bau.h
arch/x86/platform/uv/tlb_uv.c