diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2010-06-29 07:38:02 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-06-29 07:38:02 (GMT) |
commit | f5fa3cb9b790db1c401f4b506d7fcc503771af0d (patch) | |
tree | 3eaebf08f675bc807bda78724b028c83de68e152 /arch | |
parent | c67dda14389205f0a223c5089307495290939b3b (diff) | |
download | linux-fsl-qoriq-f5fa3cb9b790db1c401f4b506d7fcc503771af0d.tar.xz |
sparc: 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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/include/asm/cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/cache.h b/arch/sparc/include/asm/cache.h index 0588b8c..69358b5 100644 --- a/arch/sparc/include/asm/cache.h +++ b/arch/sparc/include/asm/cache.h @@ -11,7 +11,6 @@ #define L1_CACHE_SHIFT 5 #define L1_CACHE_BYTES 32 -#define L1_CACHE_ALIGN(x) ((((x)+(L1_CACHE_BYTES-1))&~(L1_CACHE_BYTES-1))) #ifdef CONFIG_SPARC32 #define SMP_CACHE_BYTES_SHIFT 5 |