x86: relocate_kernel - use predefined PAGE_SIZE instead of own alias
[sfrench/cifs-2.6.git] / arch / x86 / kernel / relocate_kernel_64.S
index 14e95872c6a3aef01c32889d5a78586c2c0780f4..e252c0ed953968656229c279cd5f32906638cf64 100644 (file)
  */
 
 #define PTR(x) (x << 3)
-#define PAGE_ALIGNED (1 << PAGE_SHIFT)
 #define PAGE_ATTR 0x63 /* _PAGE_PRESENT|_PAGE_RW|_PAGE_ACCESSED|_PAGE_DIRTY */
 
        .text
-       .align PAGE_ALIGNED
+       .align PAGE_SIZE
        .code64
        .globl relocate_kernel
 relocate_kernel: