x86: relocate_kernel - use PAGE_SIZE instead of numeric constant

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Šī revīzija ir iekļauta:
gorcunov@gmail.com
2008-03-23 00:00:07 +03:00
revīziju iesūtīja Ingo Molnar
vecāks 4039ae5380
revīzija a7bba17bf0
2 mainīti faili ar 2 papildinājumiem un 2 dzēšanām

Parādīt failu

@@ -159,7 +159,7 @@ relocate_new_kernel:
movq %r9, %cr3
/* setup a new stack at the end of the physical control page */
lea 4096(%r8), %rsp
lea PAGE_SIZE(%r8), %rsp
/* jump to identity mapped page */
addq $(identity_mapped - relocate_kernel), %r8