patch-2.2.16 linux/arch/alpha/vmlinux.lds

Next file: linux/arch/arm/config.in
Previous file: linux/arch/alpha/mm/init.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/alpha/vmlinux.lds linux/arch/alpha/vmlinux.lds
@@ -1,10 +1,11 @@
 OUTPUT_FORMAT("elf64-alpha")
 ENTRY(__start)
+PHDRS { kernel PT_LOAD ; }
 SECTIONS
 {
    . = 0xfffffc0000310000;
    _text = .;
-   .text : { *(.text) }
+   .text : { *(.text) } :kernel
    .text2 : { *(.text2) }
    _etext = .;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)