Carmelo Amoroso 844b43adba 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 <carmelo73@gmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-01-07 13:50:18 +09:00
..
2007-11-20 01:18:37 -05:00
2007-12-17 19:28:16 -08:00
2007-12-08 14:41:29 +00:00
2007-11-28 01:24:04 +09:00
2007-12-26 19:36:35 -08:00
2007-11-02 08:47:06 +01:00
2007-11-20 20:16:43 +01:00