K 10 svn:author V 3 alc K 8 svn:date V 27 2017-07-22T06:40:57.967694Z K 7 svn:log V 387 MFC r320546 When "force" is specified to pmap_invalidate_cache_range(), the given start address is not required to be page aligned. However, the loop within pmap_invalidate_cache_range() that performs the actual cache line invalidations requires that the starting address be truncated to a multiple of the cache line size. This change corrects an error in that truncation. END