commit | a1f55113ca2130f775eeebe799a401619bfd0295 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Thu Oct 15 15:18:13 2009 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Mon Dec 14 08:45:00 2009 +0100 |
tree | 53e676e30e6a0b3e7dc235c709865bdb337f1d84 | |
parent | 6a8dfe1cac5c591aecf88b38b8f4b206ee636761 [diff] [blame] |
microblaze: Move cache macro from cache.h to cacheflush.h Signed-off-by: Michal Simek <monstr@monstr.eu>
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index c592d47..812f1bf 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) {