]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceon
authorLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 28 Sep 2012 14:09:59 +0000 (15:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 28 Sep 2012 20:09:50 +0000 (21:09 +0100)
commit8ee777fd915b0e36f35a430225729007a1df6441
tree193b0628198a417168460517cc92ffcf158504c4
parente3ef0dc60392c0d23ea74d4a7df851089e00fd87
ARM: 7542/1: mm: fix cache LoUIS API for xscale and feroceon

Some architectures like xscale and feroceon have cache API variants that
map cache flushing functions as aliases to the base architecture.
This patch adds the required aliases to complete the implementation of
cache flushing LoUIS API.

Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/proc-feroceon.S
arch/arm/mm/proc-xscale.S