From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Leouo-0007Iq-Eu for mharc-grub-devel@gnu.org; Wed, 04 Mar 2009 06:05:30 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Leoum-0007Ie-Pl for grub-devel@gnu.org; Wed, 04 Mar 2009 06:05:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Leoul-0007IL-BN for grub-devel@gnu.org; Wed, 04 Mar 2009 06:05:28 -0500 Received: from [199.232.76.173] (port=54003 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Leoul-0007IE-54 for grub-devel@gnu.org; Wed, 04 Mar 2009 06:05:27 -0500 Received: from [74.93.104.97] (port=39781 helo=sunset.davemloft.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Leouk-00065G-JR for grub-devel@gnu.org; Wed, 04 Mar 2009 06:05:26 -0500 Received: from localhost (localhost [127.0.0.1]) by sunset.davemloft.net (Postfix) with ESMTP id 7C0B335C04E; Wed, 4 Mar 2009 03:05:12 -0800 (PST) Date: Wed, 04 Mar 2009 03:05:12 -0800 (PST) Message-Id: <20090304.030512.176893468.davem@davemloft.net> To: grub-devel@gnu.org, chaac@nic.fi From: David Miller In-Reply-To: <49AE5F19.8030105@nic.fi> References: <20090303.181513.19285049.davem@davemloft.net> <49AE5F19.8030105@nic.fi> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Cc: Subject: Re: [PATCH 1/7]: Fix sparc64 setjmp implementation. X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Mar 2009 11:05:29 -0000 From: Vesa J=E4=E4skel=E4inen Date: Wed, 04 Mar 2009 12:59:37 +0200 > David Miller wrote: > = > > + stx %g1, [%sp + 2047 + (14 * 8)] > > + retl > > + restore %o1, 0, %o0 > = > Please check your white spaces. As we can see here those three comman= ds > are on different columns (mixed tabs and spaces). This applies to eve= ry > other patch you sent too... I used plain ASCII text for my patch postings. I just double checked and they are perfectly fine and applyable in my email client. Also note that in the delay slot of control transfer instructions, I do intentionally use TAB then one space, as this is common practice for sparc assembler to visually denote the delay slot instruction. Even GCC outputs assembler using this convention :-)