diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2010-09-01 04:26:15 +0200 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2010-09-01 04:45:31 +0200 |
commit | 6445671b00b3c4bcb26c8e0fc74abe780a67b901 (patch) | |
tree | c857ee3983e16f50e821d4e8a8f4cd00647d0657 /arch/alpha/include/asm/cache.h | |
parent | Linux 2.6.36-rc3 (diff) | |
download | linux-6445671b00b3c4bcb26c8e0fc74abe780a67b901.tar.xz 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>
Diffstat (limited to 'arch/alpha/include/asm/cache.h')
-rw-r--r-- | arch/alpha/include/asm/cache.h | 1 |
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 |