dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
David S. Miller 2012-03-29 22:40:52 -07:00
parent 7f55ba9c4c
commit 8befc9f23c
2 changed files with 3 additions and 0 deletions

View 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,

View 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>