diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-03-30 09:53:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-30 21:16:58 -0400 |
commit | bde4d8b205bc3ccdf7f5a841bfbfa9896b44b1ce (patch) | |
tree | 04f98c044d3a4c31cf2c102b616e60094d858889 /arch/sparc/kernel/sun4m_smp.c | |
parent | 623ff7739e7c00fa3d55dbfd42a492a68298fd7a (diff) |
sparc32: fix fallout from system.h removal
Build failures for the typical configs I use
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/sun4m_smp.c')
-rw-r--r-- | arch/sparc/kernel/sun4m_smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/sun4m_smp.c b/arch/sparc/kernel/sun4m_smp.c index 594768686525..02db9a0412ce 100644 --- a/arch/sparc/kernel/sun4m_smp.c +++ b/arch/sparc/kernel/sun4m_smp.c | |||
@@ -10,6 +10,7 @@ | |||
10 | #include <linux/cpu.h> | 10 | #include <linux/cpu.h> |
11 | 11 | ||
12 | #include <asm/cacheflush.h> | 12 | #include <asm/cacheflush.h> |
13 | #include <asm/switch_to.h> | ||
13 | #include <asm/tlbflush.h> | 14 | #include <asm/tlbflush.h> |
14 | 15 | ||
15 | #include "irq.h" | 16 | #include "irq.h" |