From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LeopJ-0005P0-Im for mharc-grub-devel@gnu.org; Wed, 04 Mar 2009 05:59:49 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LeopG-0005Lp-O5 for grub-devel@gnu.org; Wed, 04 Mar 2009 05:59:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LeopE-0005LL-Th for grub-devel@gnu.org; Wed, 04 Mar 2009 05:59:46 -0500 Received: from [199.232.76.173] (port=54852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LeopE-0005LI-OC for grub-devel@gnu.org; Wed, 04 Mar 2009 05:59:44 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:46116 helo=jenni2.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LeopE-0005Ua-5V for grub-devel@gnu.org; Wed, 04 Mar 2009 05:59:44 -0500 Received: from [192.168.1.102] (84.248.105.254) by jenni2.inet.fi (8.5.014) id 49ACEB21000F349A for grub-devel@gnu.org; Wed, 4 Mar 2009 12:59:41 +0200 Message-ID: <49AE5F19.8030105@nic.fi> Date: Wed, 04 Mar 2009 12:59:37 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <20090303.181513.19285049.davem@davemloft.net> In-Reply-To: <20090303.181513.19285049.davem@davemloft.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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 10:59:47 -0000 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 commands are on different columns (mixed tabs and spaces). This applies to every other patch you sent too...