vserver 1.9.5.x5
[linux-2.6.git] / arch / arm26 / kernel / vmlinux-arm26.lds.in
index 128eb91..d1d3418 100644 (file)
@@ -65,6 +65,7 @@ SECTIONS
                _text = .;              /* Text and read-only data      */
                        *(.text)
                        SCHED_TEXT
+                       LOCK_TEXT
                        *(.fixup)
                        *(.gnu.warning)
                        *(.rodata)
@@ -90,7 +91,7 @@ SECTIONS
        .data : {
                /*
                 * first, the init task union, aligned
-                * to an 8192 byte boundary.
+                * to an 8192 byte boundary. (see arm26/kernel/init_task.c)
                 */
                *(.init.task)