[PATCH][2.6-mm] Remove extra .data.idt section definition

From: Zwane Mwaikambo (zwane_at_linuxpower.ca)
Date: 08/31/03

  • Next message: Jeff Chua: "[BUG] hda:end_request: I/O error, dev 03:00 (hda), sector 0"
    Date:	Sun, 31 Aug 2003 02:04:25 -0400 (EDT)
    To: Linux Kernel <linux-kernel@vger.kernel.org>
    
    

    Index: linux-2.6.0-test4-mm4/arch/i386/kernel/vmlinux.lds.S
    ===================================================================
    RCS file: /build/cvsroot/linux-2.6.0-test4-mm4/arch/i386/kernel/vmlinux.lds.S,v
    retrieving revision 1.1.1.1
    diff -u -p -B -r1.1.1.1 vmlinux.lds.S
    --- linux-2.6.0-test4-mm4/arch/i386/kernel/vmlinux.lds.S 30 Aug 2003 23:30:57 -0000 1.1.1.1
    +++ linux-2.6.0-test4-mm4/arch/i386/kernel/vmlinux.lds.S 31 Aug 2003 03:28:58 -0000
    @@ -55,9 +55,6 @@ SECTIONS
       . = ALIGN(PAGE_SIZE_asm);
       __nosave_end = .;
     
    - . = ALIGN(PAGE_SIZE_asm);
    - .data.page_aligned : { *(.data.idt) }
    -
       . = ALIGN(32);
       .data.cacheline_aligned : { *(.data.cacheline_aligned) }
     
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Jeff Chua: "[BUG] hda:end_request: I/O error, dev 03:00 (hda), sector 0"

    Relevant Pages