Commit 8befc9f2 authored by David S. Miller's avatar David S. Miller

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 7f55ba9c
......@@ -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,
......
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment