Merge branch 'linus' into x86/build to pick up dependencies
[sfrench/cifs-2.6.git] / arch / x86 / kernel / vmlinux.lds.S
index 1c43a2e839fa7af1d5d81f620c26d86a7dea74cf..795f3a80e57659348fdfa37dfa287e29643e7a36 100644 (file)
@@ -117,9 +117,11 @@ SECTIONS
 
 #ifdef CONFIG_X86_64
                . = ALIGN(PAGE_SIZE);
+               VMLINUX_SYMBOL(__entry_trampoline_start) = .;
                _entry_trampoline = .;
                *(.entry_trampoline)
                . = ALIGN(PAGE_SIZE);
+               VMLINUX_SYMBOL(__entry_trampoline_end) = .;
                ASSERT(. - _entry_trampoline == PAGE_SIZE, "entry trampoline is too big");
 #endif