Skip to content

Commit

Permalink
[PATCH] ppc64: Remove debug boot message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Blanchard authored and Paul Mackerras committed Nov 11, 2005
1 parent 8acb888 commit 50bcfec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/powerpc/platforms/pseries/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 50bcfec

Please sign in to comment.