]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[ARM] nommu: Provide a simple flush_dcache_page implementation
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sat, 24 Jun 2006 09:46:23 +0000 (10:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 28 Jun 2006 16:59:50 +0000 (17:59 +0100)
commite6b1b38c520d85388ab6538001265cc342e81a70
tree08bb002ac47da8f90f00dc109eafb371f6933ee3
parent3b93e7b08fc3e87e5b451ee5e47cfe142779d0cd
[ARM] nommu: Provide a simple flush_dcache_page implementation

nommu doesn't require a complex flush_dcache_page implementation
like the MMU-ful CPUs do, so provide a simplified version in nommu.c
and omit flush.c from the build as appropriate.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/Makefile
arch/arm/mm/nommu.c