]> Git Repo - linux.git/commit
x86/mm: Initialize vmemmap_base at boot-time
authorKirill A. Shutemov <[email protected]>
Wed, 14 Feb 2018 18:25:38 +0000 (21:25 +0300)
committerIngo Molnar <[email protected]>
Fri, 16 Feb 2018 09:48:48 +0000 (10:48 +0100)
commit9b46a051e43461a9afda2bdd50e0e0ae349341df
tree39e80f136ef137e28e1e9f4bf9466c098069b1c8
parenta7412546d8cb5ad578805060b4006f2a021b5868
x86/mm: Initialize vmemmap_base at boot-time

vmemmap area has different placement depending on paging mode.
Let's adjust it during early boot accodring to machine capability.

Signed-off-by: Kirill A. Shutemov <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: David Woodhouse <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/pgtable_64_types.h
arch/x86/kernel/head64.c
This page took 0.058334 seconds and 4 git commands to generate.