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 | |
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')
-rw-r--r-- | arch/sparc/include/asm/ptrace.h | 1 | ||||
-rw-r--r-- | arch/sparc/kernel/sun4d_smp.c | 1 | ||||
-rw-r--r-- | arch/sparc/kernel/sun4m_smp.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/ptrace.h b/arch/sparc/include/asm/ptrace.h index 9835adc163fd..fd9c3f21cbf0 100644 --- a/arch/sparc/include/asm/ptrace.h +++ b/arch/sparc/include/asm/ptrace.h | |||
@@ -241,6 +241,7 @@ extern unsigned long profile_pc(struct pt_regs *); | |||
241 | #ifndef __ASSEMBLY__ | 241 | #ifndef __ASSEMBLY__ |
242 | 242 | ||
243 | #ifdef __KERNEL__ | 243 | #ifdef __KERNEL__ |
244 | #include <asm/switch_to.h> | ||
244 | 245 | ||
245 | static inline bool pt_regs_is_syscall(struct pt_regs *regs) | 246 | static inline bool pt_regs_is_syscall(struct pt_regs *regs) |
246 | { | 247 | { |
diff --git a/arch/sparc/kernel/sun4d_smp.c b/arch/sparc/kernel/sun4d_smp.c index 133387980b56..540b2fec09f0 100644 --- a/arch/sparc/kernel/sun4d_smp.c +++ b/arch/sparc/kernel/sun4d_smp.c | |||
@@ -14,6 +14,7 @@ | |||
14 | #include <asm/sbi.h> | 14 | #include <asm/sbi.h> |
15 | #include <asm/mmu.h> | 15 | #include <asm/mmu.h> |
16 | #include <asm/tlbflush.h> | 16 | #include <asm/tlbflush.h> |
17 | #include <asm/switch_to.h> | ||
17 | #include <asm/cacheflush.h> | 18 | #include <asm/cacheflush.h> |
18 | 19 | ||
19 | #include "kernel.h" | 20 | #include "kernel.h" |
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" |