[Skiboot] [PATCH] NX: Encryption is not supported with NX crypto on Power0
Haren Myneni
haren at linux.vnet.ibm.com
Mon Feb 20 17:37:17 AEDT 2017
On 02/19/2017 09:53 PM, Benjamin Herrenschmidt wrote:
> On Sun, 2017-02-19 at 21:52 -0800, Haren Myneni wrote:
>> + } else if (dt_node_is_compatible(node, "ibm,power9-nx")) {
>> + prlog(PR_INFO, "NX: Encryption is not supported with
>> "
>> + "NX crypto on P9\n");
>> + return;
>> } else {
>
> Don't print anything.
>
Thanks Ben, will remove it.
More information about the Skiboot
mailing list