Skip to content
Snippets Groups Projects
Commit 1af1e8a3 authored by Max Filippov's avatar Max Filippov
Browse files

xtensa: move fixmap and kmap just above the KSEG


The virtual address space between the page table and the VMALLOC region
is big enough to host KASAN shadow map and there's enough space between
the VMALLOC area and KSEG for the fixmap and kmap.
Move fixmap and kmap to the gap between VMALLOC area and KSEG, just
above the KSEG. Reorder entries in the kernel memory layout printing
code. Drop duplicate PGTABLE_START definition, use
XCHAL_PAGE_TABLE_VADDR instead.

Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent d4e337fe
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment