From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by ozlabs.org (Postfix) with ESMTP id 020A1DDE30 for ; Thu, 19 Jul 2007 08:54:37 +1000 (EST) From: Arnd Bergmann To: Michael Neuling Subject: Re: [PATCH] fix future firmware feature fixups function failure Date: Thu, 19 Jul 2007 00:54:16 +0200 References: <9094.1181275235@neuling.org> <200707111329.51580.arnd@arndb.de> <24414.1184795792@neuling.org> In-Reply-To: <24414.1184795792@neuling.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Message-Id: <200707190054.17754.arnd@arndb.de> Cc: paulus@samba.org, linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 18 July 2007, Michael Neuling wrote: > Move firmware feature initialisation from pSeries_init_early to the > earlier pSeries_probe_hypertas so they are initialised before firmware > feature fixups are applied. >=20 > Currently firmware feature sections are only used for iSeries which > initialises the these features much earlier. =A0This is a bug in waiting > on pSeries. >=20 > Also adds some whitespace fixups. >=20 > Signed-off-by: Michael Neuling Acked-by: Arnd Bergmann Haven't tested it myself, but it certainly looks good to me. It does require reverting your previous patch though, are you submitting the reversal patch as well? Arnd <><