]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit76ff5afca51c0712322dc6c0b7d030779a48efd6
tree4ab61b6ec4318c5109e883a49c5aacf5f3eed723
parent73df8e510aec8ccdba73805e1d21caa97413f5bb
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: 9675ba9639eef ("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