diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-30 07:40:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-30 07:40:52 +0200 |
commit | 8befc9f23c695395de011ced289c611fada22f35 (patch) | |
tree | 33bf26e5a1c011e20de30697c34543705dc68ae9 /arch/sparc/kernel/jump_label.c | |
parent | sparc: fix fallout from system.h split (diff) | |
download | linux-8befc9f23c695395de011ced289c611fada22f35.tar.xz linux-8befc9f23c695395de011ced289c611fada22f35.zip |
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 @@ #include <linux/jump_label.h> #include <linux/memory.h> +#include <asm/cacheflush.h> + #ifdef HAVE_JUMP_LABEL void arch_jump_label_transform(struct jump_entry *entry, |