summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFUJITA Tomonori2010-09-01 04:26:15 +0200
committerMatt Turner2010-09-01 04:45:31 +0200
commit6445671b00b3c4bcb26c8e0fc74abe780a67b901 (patch)
treec857ee3983e16f50e821d4e8a8f4cd00647d0657
parentLinux 2.6.36-rc3 (diff)
downloadkernel-qcow2-linux-6445671b00b3c4bcb26c8e0fc74abe780a67b901.tar.gz
kernel-qcow2-linux-6445671b00b3c4bcb26c8e0fc74abe780a67b901.tar.xz
kernel-qcow2-linux-6445671b00b3c4bcb26c8e0fc74abe780a67b901.zip
alpha: remove homegrown L1_CACHE_ALIGN macro
Let's use the standard L1_CACHE_ALIGN macro instead. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> Signed-off-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--arch/alpha/include/asm/cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/include/asm/cache.h b/arch/alpha/include/asm/cache.h
index f199e69a5d0b..ad368a93a46a 100644
--- a/arch/alpha/include/asm/cache.h
+++ b/arch/alpha/include/asm/cache.h
@@ -17,7 +17,6 @@
# define L1_CACHE_SHIFT 5
#endif
-#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
#define SMP_CACHE_BYTES L1_CACHE_BYTES
#endif