[Skiboot] [PATCH] NX: Encryption is not supported with NX crypto on Power0

Benjamin Herrenschmidt benh at kernel.crashing.org
Mon Feb 20 16:53:55 AEDT 2017


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.



More information about the Skiboot mailing list