Skip to content

Commit

Permalink
[SPARC32]: asm/system.h needs asm/smp.h
Browse files Browse the repository at this point in the history
To get hard_smp_processor_id() even on UP builds.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 14, 2007
1 parent 2b6d868 commit 6e46507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-sparc/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <asm/psr.h>
#include <asm/ptrace.h>
#include <asm/btfixup.h>
#include <asm/smp.h>

#ifndef __ASSEMBLY__

Expand Down

0 comments on commit 6e46507

Please sign in to comment.