From: Max Filippov Date: Sat, 22 Dec 2012 02:35:04 +0000 (+0400) Subject: xtensa: avoid mmap cache aliasing X-Git-Tag: v3.9-rc1~57^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de73b6b1bd7480301c8e8fbe58184448b1757945;p=pandora-kernel.git xtensa: avoid mmap cache aliasing Provide arch_get_unmapped_area function aligning shared memory mapping addresses to the biggest of the page size or the cache way size. That guarantees that corresponding virtual addresses of shared mappings are cached by the same cache sets. Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed