aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/microblaze/kernel')
-rw-r--r--arch/microblaze/kernel/cpu/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/cpu/cache.c b/arch/microblaze/kernel/cpu/cache.c
index 5425f89335ed..13f0c1de3234 100644
--- a/arch/microblaze/kernel/cpu/cache.c
+++ b/arch/microblaze/kernel/cpu/cache.c
@@ -493,7 +493,7 @@ const struct scache wt_nomsr_noirq = {
493#define CPUVER_7_20_A 0x0c 493#define CPUVER_7_20_A 0x0c
494#define CPUVER_7_20_D 0x0f 494#define CPUVER_7_20_D 0x0f
495 495
496#define INFO(s) printk(KERN_INFO "cache: " s " \n"); 496#define INFO(s) printk(KERN_INFO "cache: " s "\n");
497 497
498void microblaze_cache_init(void) 498void microblaze_cache_init(void)
499{ 499{