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

From: Zwane Mwaikambo
Date: Sun Aug 31 2003 - 01:05:57 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/