K 10 svn:author V 3 ian K 8 svn:date V 27 2015-08-20T19:39:15.906601Z K 7 svn:log V 320 Remove code left over from the armv4 days. On armv4, cache maintenance operations always had to be aligned and sized to cache lines. On armv6 and later, cache maintenance operates on a cache line if any part of the line is referenced in the operation, so we don't need extra code to align the edges of the sync range. END