From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Neuling To: Arnd Bergmann Subject: Re: [PATCH] fix future firmware feature fixups function failure In-reply-to: <200707190054.17754.arnd@arndb.de> References: <9094.1181275235@neuling.org> <200707111329.51580.arnd@arndb.de> <24414.1184795792@neuling.org> <200707190054.17754.arnd@arndb.de> Date: Wed, 18 Jul 2007 21:55:03 -0500 Message-ID: <13036.1184813703@neuling.org> 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? Yep, this got reverted yesterday in 826ea8f22cf612d534f33c492c98f7895043bfd1 Mikey