1. 24 Sep, 2007 1 commit
    • Paul Mundt's avatar
      sh: Fix alias calculation for non-aliasing cases. · d10040f7
      Paul Mundt authored
      There was an off-by-1 on the cache alias detection logic on SH-4,
      which caused n_aliases to always be 1 even when the page size
      precluded the existence of aliases.
      
      With this corrected, 64KB pages happily reports n_aliases == 0, and
      hits the appropriate fast paths in the flushing routines.
      Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
      d10040f7
  2. 21 Sep, 2007 39 commits