diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-30 01:40:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-30 01:40:52 -0400 |
commit | 8befc9f23c695395de011ced289c611fada22f35 (patch) | |
tree | 33bf26e5a1c011e20de30697c34543705dc68ae9 /arch/sparc/kernel/jump_label.c | |
parent | 7f55ba9c4ca9e365637e8ddee1884aea47cb20c6 (diff) |
sparc: Fix even more fallout from system.h split.
jump_label.c needs asm/cacheflush.h to get flushi().
kgdb_64.c needs asm/cacheflush.h to get flushw_all().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/kernel/jump_label.c')
-rw-r--r-- | arch/sparc/kernel/jump_label.c | 2 |
1 files changed, 2 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, |