]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
authorBorislav Petkov <bpetkov@suse.de>
Fri, 27 Apr 2018 21:34:34 +0000 (16:34 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 6 May 2018 10:49:14 +0000 (12:49 +0200)
commitf8b64d08dde2714c62751d18ba77f4aeceb161d3
tree90c627407c305ede9985287e007252bb78925e2f
parent60882cc159e1416fb1d17210de60d4a3ba04e613
x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present

Move smp_num_siblings and cpu_llc_id to cpu/common.c so that they're
always present as symbols and not only in the CONFIG_SMP case. Then,
other code using them doesn't need ugly ifdeffery anymore. Get rid of
some ifdeffery.

Signed-off-by: Borislav Petkov <bpetkov@suse.de>
Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit@amd.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1524864877-111962-2-git-send-email-suravee.suthikulpanit@amd.com
arch/x86/include/asm/smp.h
arch/x86/kernel/cpu/amd.c
arch/x86/kernel/cpu/common.c
arch/x86/kernel/smpboot.c