xtensa: simplify coherent_kvaddr logic
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 17 Feb 2021 06:39:41 +0000 (22:39 -0800)
committerMax Filippov <jcmvbkbc@gmail.com>
Sun, 4 Apr 2021 22:39:03 +0000 (15:39 -0700)
commit4f22ca7e192ee313a83f8093ba5b5b2ca72d10e4
treee6732ce400847258d0c6820d787ac3c1a6420dd6
parent2da7559452504f8f8d9950708f293b636e483b21
xtensa: simplify coherent_kvaddr logic

Functions coherent_kvaddr, clear_page_alias and copy_page_alias use
physical address 0 as a special value that means 'this page is in the
KSEG mapping and its existing virtual address has the same color as the
virtual address of its future mapping, so don't map it to the
TLBTEMP_BASE area'.

Simplify this logic and drop special handling of low memory pages/pages
with coherent mapping and always use TLBTEMP_BASE area.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/mm/cache.c
arch/xtensa/mm/misc.S