]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/relocate_kernel_32.S
x86: relocate_kernel - use PAGE_SIZE instead of numeric constant
[karo-tx-linux.git] / arch / x86 / kernel / relocate_kernel_32.S
index fbc4fad231379bc7ec500514daf29cd743040253..ce12bb8678ad0938d7a00e2bc45dc0dccf9d8ef6 100644 (file)
@@ -154,7 +154,7 @@ relocate_new_kernel:
        movl    %eax, %cr3
 
        /* setup a new stack at the end of the physical control page */
-       lea     4096(%edi), %esp
+       lea     PAGE_SIZE(%edi), %esp
 
        /* jump to identity mapped page */
        movl    %edi, %eax