alpha: remove homegrown L1_CACHE_ALIGN macro
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Wed, 1 Sep 2010 02:26:15 +0000 (22:26 -0400)
committerMatt Turner <mattst88@gmail.com>
Wed, 1 Sep 2010 02:45:31 +0000 (22:45 -0400)
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>
arch/alpha/include/asm/cache.h

index f199e69..ad368a9 100644 (file)
@@ -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