aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/apic
diff options
context:
space:
mode:
authorGravatar Thomas Gleixner <tglx@linutronix.de> 2024-02-13 22:05:46 +0100
committerGravatar Thomas Gleixner <tglx@linutronix.de> 2024-02-15 22:07:42 +0100
commit58aa34abe9954cd5dfbf322fc612146c5f45e52b (patch)
treefee7e37c50af4b8f76d3ffc4bda31ca51ecd19e1 /arch/x86/kernel/apic
parentx86/xen/smp_pv: Register fake APICs (diff)
downloadlinux-58aa34abe9954cd5dfbf322fc612146c5f45e52b.tar.gz
linux-58aa34abe9954cd5dfbf322fc612146c5f45e52b.tar.bz2
linux-58aa34abe9954cd5dfbf322fc612146c5f45e52b.zip
x86/cpu/topology: Confine topology information
Now that all external fiddling with num_processors and disabled_cpus is gone, move the last user prefill_possible_map() into the topology code too and remove the global visibility of these variables. 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.994756960@linutronix.de
Diffstat (limited to 'arch/x86/kernel/apic')
-rw-r--r--arch/x86/kernel/apic/apic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 5814b8014197..a42d8a6f7149 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -2054,7 +2054,6 @@ void __init init_apic_mappings(void)
pr_info("APIC: disable apic facility\n");
apic_disable();
}
- num_processors = 1;
}
}