Skip to content

Commit

Permalink
x86/of: Use new APIC registration functions
Browse files Browse the repository at this point in the history
No functional change intended.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Michael Kelley <mhklinux@outlook.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Link: https://lore.kernel.org/r/20240213210251.776009244@linutronix.de
  • Loading branch information
Thomas Gleixner committed Feb 15, 2024
1 parent 8cd01c8 commit 7d319c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/devicetree.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static void __init dtb_cpu_setup(void)
pr_warn("%pOF: missing local APIC ID\n", dn);
continue;
}
generic_processor_info(apic_id);
topology_register_apic(apic_id, CPU_ACPIID_INVALID, true);
}
}

Expand Down

0 comments on commit 7d319c0

Please sign in to comment.