On Wed, Aug 15, 2018 at 05:38:48AM -0700, Guenter Roeck wrote:
From: Borislav Petkov bpetkov@suse.de
commit f8b64d08dde2714c62751d18ba77f4aeceb161d3 upstream
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.suthikul... Signed-off-by: Guenter Roeck linux@roeck-us.net
Needed for x86_64:allnoconfig.
Now applied, thanks.
greg k-h