• Ralf Baechle's avatar
    [MIPS] Sibyte: resurrect old cache hack. · a754f708
    Ralf Baechle authored
    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: default avatarThiemo Seufer <ths@networkno.de>
    Signed-off-by: default avatarRalf 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: default avatarRalf Baechle <ralf@linux-mips.org>
    a754f708
c-r4k.c 33.8 KB