x86/apic/uv: Remove the private leaf 0xb parser
authorThomas Gleixner <tglx@linutronix.de>
Tue, 13 Feb 2024 21:04:25 +0000 (22:04 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 15 Feb 2024 21:07:39 +0000 (22:07 +0100)
commitbcccdf8b30736250d5057e0940468a41d633e672
tree6607dc0feed5b20b109c35720cb9a6523a8f6745
parentd5474e4d2c91b3f27864e9898f7f6e49daf26d93
x86/apic/uv: Remove the private leaf 0xb parser

The package shift has been already evaluated by the early CPU init.

Put the mindless copy right next to the original leaf 0xb parser.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Juergen Gross <jgross@suse.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Michael Kelley <mhklinux@outlook.com>
Tested-by: Zhang Rui <rui.zhang@intel.com>
Tested-by: Wang Wendy <wendy.wang@intel.com>
Tested-by: K Prateek Nayak <kprateek.nayak@amd.com>
Link: https://lore.kernel.org/r/20240212153625.637385562@linutronix.de
arch/x86/include/asm/topology.h
arch/x86/kernel/apic/x2apic_uv_x.c