Commit 6445671b00b3c4bcb26c8e0fc74abe780a67b901

Authored by FUJITA Tomonori
Committed by Matt Turner
1 parent 2bfc96a127

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/alpha/include/asm/cache.h
... ... @@ -17,7 +17,6 @@
17 17 # define L1_CACHE_SHIFT 5
18 18 #endif
19 19  
20   -#define L1_CACHE_ALIGN(x) (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
21 20 #define SMP_CACHE_BYTES L1_CACHE_BYTES
22 21  
23 22 #endif