x86, vmlinux.lds: unify PHDRS
[safe/jmp/linux-2.6] / arch / x86 / kernel / vmlinux_64.lds.S
index 7f1cc3d..6e7cbee 100644 (file)
@@ -1,14 +1,3 @@
-PHDRS {
-       text PT_LOAD FLAGS(5);          /* R_E */
-       data PT_LOAD FLAGS(7);          /* RWE */
-       user PT_LOAD FLAGS(7);          /* RWE */
-       data.init PT_LOAD FLAGS(7);     /* RWE */
-#ifdef CONFIG_SMP
-       percpu PT_LOAD FLAGS(7);        /* RWE */
-#endif
-       data.init2 PT_LOAD FLAGS(7);    /* RWE */
-       note PT_NOTE FLAGS(0);          /* ___ */
-}
 SECTIONS
 {
        . = __START_KERNEL;