git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e5536
)
ARM: Avoid duplicated implementation for VIVT cache flushing
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 25 Oct 2009 10:40:02 +0000
(10:40 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 1 Dec 2009 18:20:07 +0000
(18:20 +0000)
We had two copies of the wrapper code for VIVT cache flushing - one in
asm/cacheflush.h and one in arch/arm/mm/flush.c. Reduce this down to
one common copy.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found