Commit 7d319c0f authored by Thomas Gleixner's avatar Thomas Gleixner

x86/of: Use new APIC registration functions

No functional change intended.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Tested-by: default avatarMichael Kelley <mhklinux@outlook.com>
Tested-by: default avatarSohil Mehta <sohil.mehta@intel.com>
Link: https://lore.kernel.org/r/20240213210251.776009244@linutronix.de

parent 8cd01c8a
...@@ -136,7 +136,7 @@ static void __init dtb_cpu_setup(void) ...@@ -136,7 +136,7 @@ static void __init dtb_cpu_setup(void)
pr_warn("%pOF: missing local APIC ID\n", dn); pr_warn("%pOF: missing local APIC ID\n", dn);
continue; continue;
} }
generic_processor_info(apic_id); topology_register_apic(apic_id, CPU_ACPIID_INVALID, true);
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment