]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: move kernel mapping addresses into kmem_layout.h
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 11 Apr 2016 18:07:30 +0000 (21:07 +0300)
committerMax Filippov <jcmvbkbc@gmail.com>
Sun, 24 Jul 2016 03:33:57 +0000 (06:33 +0300)
commitd0c6834fbed8bdece470dd08f373ec7de723bfb5
tree86839f71ee3af439a1a43ca548957728568a1aa3
parentea91ebb6c07c7fe5b1d3c065bc7cd6700e43151c
xtensa: move kernel mapping addresses into kmem_layout.h

Create a header dedicated to memory layout definitions. Include it from
places where these definitions are needed.
Express vmalloc area address, VIRTUAL_MEMORY_ADDRESS and KERNELOFFSET
through KSEG address.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/kmem_layout.h [new file with mode: 0644]
arch/xtensa/include/asm/page.h
arch/xtensa/include/asm/pgtable.h
arch/xtensa/include/asm/vectors.h
arch/xtensa/mm/init.c