mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-16 17:19:37 +00:00
Some of the were relying into smp.h being dragged in by another header which of course is fragile. <asm/cpu-info.h> uses smp_processor_id() only in macros and including smp.h there leads to an include loop, so don't change cpu-info.h. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>