x86/platform/uv: Fix missing OEM_TABLE_ID
authorMike Travis <mike.travis@hpe.com>
Thu, 5 Nov 2020 22:27:39 +0000 (16:27 -0600)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 7 Nov 2020 10:17:39 +0000 (11:17 +0100)
commit1aec69ae56be28b5fd3c9daead5f3840c30153c8
tree4ab61b6ec4318c5109e883a49c5aacf5f3eed723
parent1978b3a53a74e3230cd46932b149c6e62e832e9a
x86/platform/uv: Fix missing OEM_TABLE_ID

Testing shows a problem in that the OEM_TABLE_ID was missing for
hubless systems.  This is used to determine the APIC type (legacy or
extended).  Add the OEM_TABLE_ID to the early hubless processing.

Fixes: 1e61f5a95f191 ("Add and decode Arch Type in UVsystab")
Signed-off-by: Mike Travis <mike.travis@hpe.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20201105222741.157029-2-mike.travis@hpe.com
arch/x86/kernel/apic/x2apic_uv_x.c