parisc: remove homegrown L1_CACHE_ALIGN macro
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Tue, 29 Jun 2010 07:29:04 +0000 (16:29 +0900)
committerKyle McMartin <kyle@mcmartin.ca>
Fri, 22 Oct 2010 01:20:09 +0000 (21:20 -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: Kyle McMartin <kyle@redhat.com>
arch/parisc/include/asm/cache.h

index 039880e..47f11c7 100644 (file)
@@ -24,8 +24,6 @@
 
 #ifndef __ASSEMBLY__
 
-#define L1_CACHE_ALIGN(x)       (((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))
-
 #define SMP_CACHE_BYTES L1_CACHE_BYTES
 
 #define ARCH_DMA_MINALIGN      L1_CACHE_BYTES