sparc: Fix even more fallout from system.h split.
authorDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 05:40:52 +0000 (22:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Mar 2012 05:40:52 +0000 (22:40 -0700)
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>
arch/sparc/kernel/jump_label.c
arch/sparc/kernel/kgdb_64.c

index 971fd43..48565c1 100644 (file)
@@ -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,
index 768290a..c875955 100644 (file)
@@ -7,6 +7,7 @@
 #include <linux/kdebug.h>
 #include <linux/ftrace.h>
 
+#include <asm/cacheflush.h>
 #include <asm/kdebug.h>
 #include <asm/ptrace.h>
 #include <asm/irq.h>