[POWERPC] iSeries: fix setup initcall
Clearing the progress indicator should only be done if we are running on legacy iSeries. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Родитель
e9966ff850
Коммит
e75b171768
|
@ -527,6 +527,7 @@ static void __init iSeries_fixup_klimit(void)
|
||||||
static int __init iSeries_src_init(void)
|
static int __init iSeries_src_init(void)
|
||||||
{
|
{
|
||||||
/* clear the progress line */
|
/* clear the progress line */
|
||||||
|
if (firmware_has_feature(FW_FEATURE_ISERIES))
|
||||||
ppc_md.progress(" ", 0xffff);
|
ppc_md.progress(" ", 0xffff);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче