Skip to content
Snippets Groups Projects
Commit 7d319c0f authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86/of: Use new APIC registration functions

parent 8cd01c8a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment