projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da83b9
)
parisc: remove homegrown L1_CACHE_ALIGN macro
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Tue, 29 Jun 2010 07:29:04 +0000
(16:29 +0900)
committer
Kyle 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
patch
|
blob
|
history
diff --git
a/arch/parisc/include/asm/cache.h
b/arch/parisc/include/asm/cache.h
index 039880e7d2c977593f178753ff513d920c2b9a2a..47f11c707b655c6568fef6a57717ca5f4df34ae1 100644
(file)
--- 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 ARCH_DMA_MINALIGN L1_CACHE_BYTES