]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.suse/suse-ppc64-branding
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.suse / suse-ppc64-branding
diff --git a/src/patches/suse-2.6.27.31/patches.suse/suse-ppc64-branding b/src/patches/suse-2.6.27.31/patches.suse/suse-ppc64-branding
deleted file mode 100644 (file)
index 3855ede..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From: <olh@suse.de>
-Subject: display the product in the frontpanel LCD
-Patch-mainline: never
-
-display the product in the frontpanel LCD
-also the uname -r output instead of uname -v.
-
- arch/powerpc/platforms/pseries/setup.c |    6 +++++-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
---- a/arch/powerpc/platforms/pseries/setup.c
-+++ b/arch/powerpc/platforms/pseries/setup.c
-@@ -299,7 +299,11 @@ static void __init pSeries_setup_arch(vo
- static int __init pSeries_init_panel(void)
- {
-       /* Manually leave the kernel version on the panel. */
--      ppc_md.progress("Linux ppc64\n", 0);
-+#ifdef CONFIG_CRASH_DUMP
-+      ppc_md.progress("SuSE Linux crashed :-(\n", 0);
-+#else
-+      ppc_md.progress("SuSE Linux\n", 0);
-+#endif
-       ppc_md.progress(init_utsname()->version, 0);
-       return 0;