[MIPS] Sibyte: resurrect old cache hack.
authorRalf Baechle <ralf@linux-mips.org>
Sat, 3 Nov 2007 01:01:37 +0000 (01:01 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 15 Nov 2007 23:21:48 +0000 (23:21 +0000)
commita754f70886ebcc7fda3d18a828e0e54e3ffc86d9
treec070ecad253f24e32cb8036e6f720e0dbdcf23b6
parent99fee6d7e5748d96884667a4628118f7fc130ea0
[MIPS] Sibyte: resurrect old cache hack.

The recent switch of the Sibyte SOCs from the processor specific cache
managment code in c-sb1.c to c-r4k.c lost this old hack

    [MIPS] Hack for SB1 cache issues

    Removing flush_icache_page a while ago broke SB1 which was using an empty
    flush_data_cache_page function.  This glues things well enough so a more
    efficient but also more intrusive solution can be found later.

Signed-Off-By: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
in the hope it was no longer needed.  As it turns it still is so resurrect
it until there is a better solution.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/c-r4k.c