]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ppc64: Remove debug boot message
authorAnton Blanchard <anton@samba.org>
Fri, 11 Nov 2005 02:56:16 +0000 (13:56 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 11 Nov 2005 11:20:04 +0000 (22:20 +1100)
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@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/setup.c

index e94247c28d422a321def8829c0ca3db2daa8429e..31990829310c325716c6cad160863f8ee0847c6b 100644 (file)
@@ -306,9 +306,7 @@ static void __init fw_feature_init(void)
        }
 
        of_node_put(dn);
- no_rtas:
-       printk(KERN_INFO "firmware_features = 0x%lx\n", 
-              ppc64_firmware_features);
+no_rtas:
 
        DBG(" <- fw_feature_init()\n");
 }