projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bfc96a
)
alpha: remove homegrown L1_CACHE_ALIGN macro
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Wed, 1 Sep 2010 02:26:15 +0000
(22:26 -0400)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/arch/alpha/include/asm/cache.h
b/arch/alpha/include/asm/cache.h
index f199e69a5d0b0a83fd39e7d5464a5fa439c79265..ad368a93a46a6c5c7e1bf0d25ab17f08ebc19fd8 100644
(file)
--- a/
arch/alpha/include/asm/cache.h
+++ b/
arch/alpha/include/asm/cache.h
@@
-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