• Greg Ungerer's avatar
    [PATCH] fix ColdFire 5407 cache flushing · 4b6243ca
    Greg Ungerer authored
    This fixes some ColdFire 5407 cache bogosity.  Previous code was pushing
    all cache lines and the invalidating all of the cache.  The push should
    be enough, and now with underlying fixes the the cache setup registers
    it is.  Removed the whole invalidate cycle.
    
    Original patch cam from Allessandro Rubini.
    4b6243ca
cacheflush.h 1.71 KB