summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/cache.h
diff options
context:
space:
mode:
authorCatalin Marinas2012-11-13 18:36:07 +0100
committerCatalin Marinas2012-11-13 18:36:07 +0100
commit6097a07411005c0184cf90256743c784079198fc (patch)
tree0c6496aa7de5f00a60ed8e7bac4b34f5acc7e30a /arch/h8300/include/asm/cache.h
parentarm64: Use generic sys_execve() implementation (diff)
parentLinux 3.7-rc5 (diff)
downloadkernel-qcow2-linux-6097a07411005c0184cf90256743c784079198fc.tar.gz
kernel-qcow2-linux-6097a07411005c0184cf90256743c784079198fc.tar.xz
kernel-qcow2-linux-6097a07411005c0184cf90256743c784079198fc.zip
Merge tag 'v3.7-rc5' into execve
Linux 3.7-rc5 Conflicts: arch/arm64/kernel/process.c
Diffstat (limited to 'arch/h8300/include/asm/cache.h')
-rw-r--r--arch/h8300/include/asm/cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/h8300/include/asm/cache.h b/arch/h8300/include/asm/cache.h
index c6350283649d..05887a1d80e5 100644
--- a/arch/h8300/include/asm/cache.h
+++ b/arch/h8300/include/asm/cache.h
@@ -2,7 +2,8 @@
#define __ARCH_H8300_CACHE_H
/* bytes per L1 cache line */
-#define L1_CACHE_BYTES 4
+#define L1_CACHE_SHIFT 2
+#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
/* m68k-elf-gcc 2.95.2 doesn't like these */