diff mbox

parisc: remove homegrown L1_CACHE_ALIGN macro

Message ID 20100629162611B.fujita.tomonori@lab.ntt.co.jp (mailing list archive)
State Accepted
Delegated to: Helge Deller
Headers show

Commit Message

FUJITA Tomonori June 29, 2010, 7:29 a.m. UTC
None
diff mbox

Patch

diff --git a/arch/parisc/include/asm/cache.h b/arch/parisc/include/asm/cache.h
index 45effe6..a050f9f 100644
--- a/arch/parisc/include/asm/cache.h
+++ b/arch/parisc/include/asm/cache.h
@@ -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 __read_mostly __attribute__((__section__(".data..read_mostly")))