Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261737AbTHaGEj (ORCPT ); Sun, 31 Aug 2003 02:04:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261897AbTHaGEj (ORCPT ); Sun, 31 Aug 2003 02:04:39 -0400 Received: from modemcable009.53-202-24.mtl.mc.videotron.ca ([24.202.53.9]:59009 "EHLO montezuma.fsmlabs.com") by vger.kernel.org with ESMTP id S261737AbTHaGEh (ORCPT ); Sun, 31 Aug 2003 02:04:37 -0400 Date: Sun, 31 Aug 2003 02:04:25 -0400 (EDT) From: Zwane Mwaikambo To: Linux Kernel cc: Andrew Morton Subject: [PATCH][2.6-mm] Remove extra .data.idt section definition Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 925 Lines: 22 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/