mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 23:26:50 +07:00
[PATCH] ppc64: Remove debug boot message
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>
This commit is contained in:
parent
8acb888c9c
commit
50bcfec19f
@ -306,9 +306,7 @@ static void __init fw_feature_init(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
of_node_put(dn);
|
of_node_put(dn);
|
||||||
no_rtas:
|
no_rtas:
|
||||||
printk(KERN_INFO "firmware_features = 0x%lx\n",
|
|
||||||
ppc64_firmware_features);
|
|
||||||
|
|
||||||
DBG(" <- fw_feature_init()\n");
|
DBG(" <- fw_feature_init()\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user