[PATCH] [trivial] clear iSeries refcode field
John Engel
jhe at us.ibm.com
Thu Aug 5 07:16:19 EST 2004
This patch clears the refcode field when booting an iSeries partition.
Please apply if there are no problems. Thanks.
Signed-off-by: John Engel <jhe at us.ibm.com>
--- arch/ppc64/kernel/iSeries_setup.c.orig 2004-05-17 15:48:53.000000000
-0500
+++ arch/ppc64/kernel/iSeries_setup.c 2004-05-17 16:32:46.000000000 -0500
@@ -852,3 +852,12 @@
}
}
}
+
+int __init iSeries_src_init(void)
+{
+ /* clear the progress line */
+ ppc_md.progress(" ", 0xffff);
+ return 0;
+}
+
+late_initcall(iSeries_src_init);
** Sent via the linuxppc64-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc64-dev
mailing list