Skip to content
Commit 631330f5 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.



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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0ca5921e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment