From: Carmelo Amoroso Date: Mon, 7 Jan 2008 04:50:18 +0000 (+0900) Subject: sh: Fix argument page dcache flushing regression. X-Git-Tag: v2.6.24-rc8~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=844b43adba74d97f15e56b103c97bfcccaa01aa6;p=pandora-kernel.git sh: Fix argument page dcache flushing regression. In the do_execve() path, argument page handling used to explicitly call flush_dcache_page() for each page, this has since been reworked and uses flush_kernel_dcache_page() instead, which is presently a nop. Doing a simple modprobe/rmmod in a loop under busybox consistently manages to crash without providing a sane flush_kernel_dcache_page() implementation, so, plug in a simple implementation. Signed-off-by: Carmelo Amoroso Signed-off-by: Paul Mundt --- Reading git-diff-tree failed