From: Ralf Baechle Date: Sat, 3 Nov 2007 01:01:37 +0000 (+0000) Subject: [MIPS] Sibyte: resurrect old cache hack. X-Git-Tag: v2.6.24-rc3~6^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a754f70886ebcc7fda3d18a828e0e54e3ffc86d9;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle 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 --- Reading git-diff-tree failed