Commit 6e46507d authored by David S. Miller's avatar David S. Miller

[SPARC32]: asm/system.h needs asm/smp.h

To get hard_smp_processor_id() even on UP builds.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2b6d868f
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
#include <asm/psr.h> #include <asm/psr.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/btfixup.h> #include <asm/btfixup.h>
#include <asm/smp.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
Markdown is supported
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