Received: from mail.onstor.com ([66.201.51.107]) by onstor-exch02.onstor.net with Microsoft SMTPSVC(6.0.3790.1830);
	 Thu, 18 Oct 2007 14:15:26 -0700
Received: from ftp.linux-mips.org ([194.74.144.162]) by mail.onstor.com with Microsoft SMTPSVC(6.0.3790.1830);
	 Thu, 18 Oct 2007 14:15:26 -0700
Received: from localhost.localdomain ([127.0.0.1]:27817 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP
	id S20043416AbXJRVPS (ORCPT <rfc822;andy.sharp@onstor.com>);
	Thu, 18 Oct 2007 22:15:18 +0100
X-Warning: Original message contained 8-bit characters, however during
	   the SMTP transport session the receiving system did not announce
	   capability of receiving 8-bit SMTP (RFC 1651-1653), and as this
	   message does not have MIME headers (RFC 2045-2049) to enable
	   encoding change, we had very little choice.
X-Warning: We ASSUME it is less harmful to add the MIME headers, and
	   convert the text to Quoted-Printable, than not to do so,
	   and to strip the message to 7-bits.. (RFC 1428 Appendix A)
X-Warning: We don't know what character set the user used, thus we had to
	   write these MIME-headers with our local system default value.
MIME-Version: 1.0
Content-Transfer-Encoding: QUOTED-PRINTABLE
Content-Type: TEXT/PLAIN; charset=ISO-8859-1
Received: with ECARTIS (v1.0.0; list linux-mips); Thu, 18 Oct 2007 22:14:57 +0100 (BST)
Received: from hu-out-0506.google.com ([72.14.214.229]:264 "EHLO
	hu-out-0506.google.com") by ftp.linux-mips.org with ESMTP
	id S20043415AbXJRVOB (ORCPT <rfc822;linux-mips@linux-mips.org>);
	Thu, 18 Oct 2007 22:14:01 +0100
Received: by hu-out-0506.google.com with SMTP id 31so415547huc
        for <linux-mips@linux-mips.org>; Thu, 18 Oct 2007 14:14:01 -0700 (PDT)
DKIM-Signature:	v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=beta;
        h=domainkey-signature:received:received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;
        bh=8NtUPCwZHlM/NcI42ztGXlM2Ql6cWK9C+3iUGXkKtaw=;
        b=lIC17PqXiDPBtOHhbsPD2y3MVFwRHiGnJQ/bdpCMAs85P0ONWBcTRIXwPdYgGXJZUtzL82EUuDVU/iDCCBdGTyKSlxFPEwNrhu1ruIvOtXucYPF1nEWIEaVgewXLrcOp2Khrd8dFN9sQqPAfjtxH3UwqCtntBzeZf2BLk3PQuRY=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=beta;
        h=received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;
        b=Wltjf0P5ycyouOziTfu3JFbxZLS/RMrA+BxiWG7/yHnlyNljgKyI1ncT5NpPHWV1q71wXk0UC/zepYwzXBea7OWD83NBLl4Z4Y3Be4xklE4A6aLkL5YLK9d/LR9QZe68rRc/faXQAZz4CLM2j6LXiGDNqQnpxLdpBxEMb6F7x0w=
Received: by 10.86.97.7 with SMTP id u7mr765771fgb.1192742040848;
        Thu, 18 Oct 2007 14:14:00 -0700 (PDT)
Received: from localhost ( [82.235.205.153])
        by mx.google.com with ESMTPS id g8sm2978529muf.2007.10.18.14.13.59
        (version=TLSv1/SSLv3 cipher=OTHER);
        Thu, 18 Oct 2007 14:14:00 -0700 (PDT)
From:	Franck Bui-Huu <fbuihuu@gmail.com>
To:	linux-mips@linux-mips.org
Cc:	ralf@linux-mips.org, macro@linux-mips.org
Subject: [PATCH 3/4] vmlinux.ld.S: correctly indent .data section
Date:	Thu, 18 Oct 2007 23:12:32 +0200
Message-Id: <1192741953-7040-4-git-send-email-fbuihuu@gmail.com>
X-Mailer: git-send-email 1.5.3.4
In-Reply-To: <1192741953-7040-1-git-send-email-fbuihuu@gmail.com>
References: <1192741953-7040-1-git-send-email-fbuihuu@gmail.com>
X-archive-position: 17121
X-ecartis-version: Ecartis v1.0.0
Sender:	linux-mips-bounce@linux-mips.org
Errors-to: linux-mips-bounce@linux-mips.org
X-original-sender: fbuihuu@gmail.com
Precedence: bulk
X-list:	linux-mips
Return-Path: linux-mips-bounce@linux-mips.org
X-OriginalArrivalTime: 18 Oct 2007 21:15:26.0864 (UTC) FILETIME=[010C4100:01C811CC]

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
---
 arch/mips/kernel/vmlinux.lds.S |   32 +++++++++++++++++---------------
 1 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/arch/mips/kernel/vmlinux.lds.S b/arch/mips/kernel/vmlinux.=
lds.S
index e0a4dc0..2f6c225 100644
--- a/arch/mips/kernel/vmlinux.lds.S
+++ b/arch/mips/kernel/vmlinux.lds.S
@@ -55,21 +55,23 @@ SECTIONS
=20
 	/* writeable */
 	.data : {	/* Data */
-	  . =3D . + DATAOFFSET;		/* for CONFIG_MAPPED_KERNEL */
-	  /*
-	   * This ALIGN is needed as a workaround for a bug a gcc bug upto 4.=
1 which
-	   * limits the maximum alignment to at most 32kB and results in the =
following
-	   * warning:
-	   *
-	   *  CC      arch/mips/kernel/init_task.o
-	   * arch/mips/kernel/init_task.c:30: warning: alignment of =E2=80=98=
init_thread_union=E2=80=99
-	   * is greater than maximum object file alignment.  Using 32768
-	   */
-	  . =3D ALIGN(_PAGE_SIZE);
-	  *(.data.init_task)
-
-	  DATA_DATA
-	  CONSTRUCTORS
+		. =3D . + DATAOFFSET;		/* for CONFIG_MAPPED_KERNEL */
+		/*
+		 * This ALIGN is needed as a workaround for a bug a
+		 * gcc bug upto 4.1 which limits the maximum alignment
+		 * to at most 32kB and results in the following
+		 * warning:
+		 *
+		 *  CC      arch/mips/kernel/init_task.o
+		 * arch/mips/kernel/init_task.c:30: warning: alignment
+		 * of =E2=80=98init_thread_union=E2=80=99 is greater than maximum
+		 * object file alignment.  Using 32768
+		 */
+		. =3D ALIGN(_PAGE_SIZE);
+		*(.data.init_task)
+	=09
+		DATA_DATA
+		CONSTRUCTORS
 	}
 	_gp =3D . + 0x8000;
 	.lit8 : {
--=20
1.5.3.4


