From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755221AbXJ0Ni5 (ORCPT ); Sat, 27 Oct 2007 09:38:57 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752468AbXJ0Niu (ORCPT ); Sat, 27 Oct 2007 09:38:50 -0400 Received: from accolon.hansenpartnership.com ([64.109.89.108]:48434 "EHLO accolon.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752453AbXJ0Nit (ORCPT ); Sat, 27 Oct 2007 09:38:49 -0400 Subject: Re: [PATCH] voyager: fix breakage caused by boot_params problem From: James Bottomley To: Randy Dunlap Cc: Linus Torvalds , Andrew Morton , "H. Peter Anvin" , linux-kernel In-Reply-To: <20071026182609.ea703328.randy.dunlap@oracle.com> References: <1193419828.3293.35.camel@localhost.localdomain> <20071026182609.ea703328.randy.dunlap@oracle.com> Content-Type: text/plain Date: Sat, 27 Oct 2007 08:38:45 -0500 Message-Id: <1193492325.15612.9.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-4.fc7) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2007-10-26 at 18:26 -0700, Randy Dunlap wrote: > On Fri, 26 Oct 2007 12:30:28 -0500 James Bottomley wrote: > > > There was a missed conversion in the voyager architecture setup file > > which this corrects. > > > > Signed-off-by: James Bottomley > > Oh. > http://lkml.org/lkml/2007/10/22/180 > even cc-ed to you. Gosh, sorry about that. I actually marked it to be added too. Unfortunately, my usual MO is to get voyager working with the first -rc and then see what the other updates were ... in this case, I duplicated what you'd already done. James