]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitf1883aa7d63e3be92ad18da7a1bfc6c9b15c4f9a
tree86839f71ee3af439a1a43ca548957728568a1aa3
parent12c8007dafbb7a9719d7beb04b79c9406c265f47
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