x86/platform/uv: Fix printed information in calc_mmioh_map
authorSteve Wahl <steve.wahl@hpe.com>
Fri, 19 May 2023 19:07:47 +0000 (14:07 -0500)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 31 May 2023 16:34:59 +0000 (09:34 -0700)
commite4860f03779cadff011a7a8685c7157ebc133bda
tree47b697f3ae2fb2e9210f41d0119bb1874ccc2878
parent8c646cee0ae3c0a19a7d9fdb847c45c729cae945
x86/platform/uv: Fix printed information in calc_mmioh_map

Fix incorrect mask names and values in calc_mmioh_map() that caused it
to print wrong NASID information. And an unused blade position is not
an error condition, but will yield an invalid NASID value, so change
the invalid NASID message from an error to a debug message.

Signed-off-by: Steve Wahl <steve.wahl@hpe.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20230519190752.3297140-4-steve.wahl%40hpe.com
arch/x86/kernel/apic/x2apic_uv_x.c