Skip to content

Commit

Permalink
x86/jailhouse: Use new APIC registration function
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.720970412@linutronix.de
  • Loading branch information
Thomas Gleixner committed Feb 15, 2024
1 parent ff37b09 commit 8cd01c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/jailhouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ static void __init jailhouse_parse_smp_config(void)
register_lapic_address(0xfee00000);

for (cpu = 0; cpu < setup_data.v1.num_cpus; cpu++)
generic_processor_info(setup_data.v1.cpu_ids[cpu]);
topology_register_apic(setup_data.v1.cpu_ids[cpu], CPU_ACPIID_INVALID, true);

smp_found_config = 1;

Expand Down

0 comments on commit 8cd01c8

Please sign in to comment.