commit | e6b1b38c520d85388ab6538001265cc342e81a70 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Jun 24 10:46:23 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Jun 28 17:59:50 2006 +0100 |
tree | 08bb002ac47da8f90f00dc109eafb371f6933ee3 | |
parent | 3b93e7b08fc3e87e5b451ee5e47cfe142779d0cd [diff] |
[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>