From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Tue, 25 Jan 2005 20:41:54 +0000 Subject: RE: [patch] ia64: Align rse_clear_invalid to double-bundle boundary. Message-Id: <16886.44818.724784.211149@napali.hpl.hp.com> List-Id: References: <16877.59631.914927.689418@napali.hpl.hp.com> In-Reply-To: <16877.59631.914927.689418@napali.hpl.hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Tue, 25 Jan 2005 12:36:51 -0800, "Luck, Tony" said: Tony> I've had reports from Ken Chen and Bjorn Helgaas of illegal instruction Tony> traps in the kernel while booting. Backing out this patch makes the Tony> problem go away. Tony> Bjorn was using "defconfig". Not sure what Ken used. I Tony> haven't seen any such problems using tiger_defconfig, nor with Tony> defconfig on my tiger. Oh, I should have used TEXT_ALIGN(32) instead of .align 32, since .align inside a function was broken for a long time. Bjorn, Ken, does that fix your problem? --david