Commit 9e039f5e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: reset iseries progress indicator on boot

From: Anton Blanchard <anton@samba.org>

Reset the progress indicator on iseries after boot.
Signed-off-by: default avatarJohn Engel <engel@us.ibm.com>
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7ce146fc
......@@ -858,3 +858,12 @@ static void iSeries_setup_dprofile(void)
}
}
}
int __init iSeries_src_init(void)
{
/* clear the progress line */
ppc_md.progress(" ", 0xffff);
return 0;
}
late_initcall(iSeries_src_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment