VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / sh / kernel / vmlinux.lds.S
index da0f5d7..9239807 100644 (file)
@@ -38,6 +38,14 @@ SECTIONS
 
   .data : {                    /* Data */
        *(.data)
+
+        /* Align the initial ramdisk image (INITRD) on page boundaries. */
+        . = ALIGN(4096);
+        __rd_start = .;
+        *(.initrd)
+        . = ALIGN(4096);
+        __rd_end = .;
+
        CONSTRUCTORS
        }