diff options
-rw-r--r-- | arch/sparc/kernel/jump_label.c | 2 | ||||
-rw-r--r-- | arch/sparc/kernel/kgdb_64.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/kernel/jump_label.c b/arch/sparc/kernel/jump_label.c index 971fd435a281..48565c11e82a 100644 --- a/arch/sparc/kernel/jump_label.c +++ b/arch/sparc/kernel/jump_label.c | |||
@@ -6,6 +6,8 @@ | |||
6 | #include <linux/jump_label.h> | 6 | #include <linux/jump_label.h> |
7 | #include <linux/memory.h> | 7 | #include <linux/memory.h> |
8 | 8 | ||
9 | #include <asm/cacheflush.h> | ||
10 | |||
9 | #ifdef HAVE_JUMP_LABEL | 11 | #ifdef HAVE_JUMP_LABEL |
10 | 12 | ||
11 | void arch_jump_label_transform(struct jump_entry *entry, | 13 | void arch_jump_label_transform(struct jump_entry *entry, |
diff --git a/arch/sparc/kernel/kgdb_64.c b/arch/sparc/kernel/kgdb_64.c index 768290a6c028..c8759550799f 100644 --- a/arch/sparc/kernel/kgdb_64.c +++ b/arch/sparc/kernel/kgdb_64.c | |||
@@ -7,6 +7,7 @@ | |||
7 | #include <linux/kdebug.h> | 7 | #include <linux/kdebug.h> |
8 | #include <linux/ftrace.h> | 8 | #include <linux/ftrace.h> |
9 | 9 | ||
10 | #include <asm/cacheflush.h> | ||
10 | #include <asm/kdebug.h> | 11 | #include <asm/kdebug.h> |
11 | #include <asm/ptrace.h> | 12 | #include <asm/ptrace.h> |
12 | #include <asm/irq.h> | 13 | #include <asm/irq.h> |