[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)
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>

No differences found