xtensa: allow fixmap and kmap span more than one page table
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 14 Jul 2014 22:49:15 +0000 (02:49 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Thu, 14 Aug 2014 07:59:18 +0000 (11:59 +0400)
To support aliasing cache both kmap region sizes are multiplied by the
number of data cache colors. After that expansion page tables that cover
kmap regions may become larger than one page. Correctly allocate and
initialize page tables in this case.

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

Simple merge