[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)
commit5a26f6bbb767d7ad23311a1e81cfdd2bebefb855
tree48820eafb45df6fb5afbaa0ca087dacba8cc71a8
parent4cefebb1b497a84d61f2fa29d497df75a84b69d4
[POWERPC] Do firmware feature fixups after features are initialised

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>
arch/powerpc/kernel/setup_64.c