[S390] Fix hypervisor detection for KVM
[pandora-kernel.git] / arch / s390 / kernel / vmlinux.lds.S
index d796d05..7a2063e 100644 (file)
@@ -108,6 +108,8 @@ SECTIONS
                EXIT_TEXT
        }
 
+       /* early.c uses stsi, which requires page aligned data. */
+       . = ALIGN(PAGE_SIZE);
        .init.data : {
                INIT_DATA
        }