commit | dec7305d9f752f6ad2ec30ec8a723182437c5aa5 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Tue Jul 15 02:49:15 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 14 11:59:18 2014 +0400 |
tree | 64efbfc6a94cf439b3ff21afb0fe9f06e2b31182 | |
parent | 22def7681186f65f4f1256ae9b0b6db2a7720cb1 [diff] |
xtensa: allow fixmap and kmap span more than one page table 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>