[PATCH] ppc64: Remove debug boot message

Anton Blanchard anton at samba.org
Fri Nov 11 13:56:16 EST 2005


We have been printing the raw ppc64_firmware_features during boot. Since
we can work it out from the device tree, lets remove it.

Signed-off-by: Anton Blanchard <anton at samba.org>

Index: build/arch/powerpc/platforms/pseries/setup.c
===================================================================
--- build.orig/arch/powerpc/platforms/pseries/setup.c	2005-11-08 15:45:30.000000000 +1100
+++ build/arch/powerpc/platforms/pseries/setup.c	2005-11-08 15:47:03.000000000 +1100
@@ -306,9 +306,7 @@
 	}
 
 	of_node_put(dn);
- no_rtas:
-	printk(KERN_INFO "firmware_features = 0x%lx\n", 
-	       ppc64_firmware_features);
+no_rtas:
 
 	DBG(" <- fw_feature_init()\n");
 }



More information about the Linuxppc64-dev mailing list