[POWERPC] Do firmware feature fixups after features are initialised
authorMichael Neuling <mikey@neuling.org>
Fri, 8 Jun 2007 04:00:35 +0000 (14:00 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 25 Jun 2007 07:03:26 +0000 (17:03 +1000)
On pSeries the firmware features are not setup until ppc_md.init_early,
so we can't do the firmware feature sections fixups till after this.

Currently firmware feature sections is only used on iSeries which inits
the firmware features much earlier.  This is a bug in waiting on
pSeries.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found