summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/process.c
diff options
context:
space:
mode:
authorMichal Simek2009-10-15 15:18:13 +0200
committerMichal Simek2009-12-14 08:45:00 +0100
commita1f55113ca2130f775eeebe799a401619bfd0295 (patch)
tree53e676e30e6a0b3e7dc235c709865bdb337f1d84 /arch/microblaze/kernel/process.c
parentmicroblaze: support U-BOOT image format (diff)
downloadkernel-qcow2-linux-a1f55113ca2130f775eeebe799a401619bfd0295.tar.gz
kernel-qcow2-linux-a1f55113ca2130f775eeebe799a401619bfd0295.tar.xz
kernel-qcow2-linux-a1f55113ca2130f775eeebe799a401619bfd0295.zip
microblaze: Move cache macro from cache.h to cacheflush.h
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/process.c')
-rw-r--r--arch/microblaze/kernel/process.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c
index c592d475b3d8..812f1bf06c9e 100644
--- a/arch/microblaze/kernel/process.c
+++ b/arch/microblaze/kernel/process.c
@@ -15,6 +15,7 @@
#include <linux/bitops.h>
#include <asm/system.h>
#include <asm/pgalloc.h>
+#include <asm/cacheflush.h>
void show_regs(struct pt_regs *regs)
{