x86/mm: Implement ASLR for kernel memory regions
[cascardo/linux.git] / arch / x86 / kernel / head_64.S
index 5df831e..c7920ba 100644 (file)
@@ -299,6 +299,7 @@ ENTRY(secondary_startup_64)
        pushq   $__KERNEL_CS    # set correct cs
        pushq   %rax            # target address in negative space
        lretq
+ENDPROC(secondary_startup_64)
 
 #include "verify_cpu.S"