]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/mm/init.c
x86/mm: Separate variable for trampoline PGD
[karo-tx-linux.git] / arch / x86 / mm / init.c
index 372aad2b32910d30eb3f062e67a7589340847d32..4252acdfcbbd038d417296e86c5c8a143907df8d 100644 (file)
@@ -590,6 +590,9 @@ void __init init_mem_mapping(void)
        /* the ISA range is always mapped regardless of memory holes */
        init_memory_mapping(0, ISA_END_ADDRESS);
 
+       /* Init the trampoline, possibly with KASLR memory offset */
+       init_trampoline();
+
        /*
         * If the allocation is in bottom-up direction, we setup direct mapping
         * in bottom-up, otherwise we setup direct mapping in top-down.