[Skiboot] [PATCH] init: Add a newline to the LPAR-per-core warning
Reza Arbab
arbab at linux.ibm.com
Thu Jul 13 03:04:13 AEST 2023
On Tue, Jun 20, 2023 at 10:01:03AM +0930, Joel Stanley wrote:
>--- a/core/init.c
>+++ b/core/init.c
>@@ -1055,7 +1055,7 @@ static void probe_lpar_per_core(void)
>
> if (core_thread_state & PPC_BIT(62)) {
> lpar_per_core = true;
>- prlog(PR_WARNING, "LPAR-per-core mode detected. KVM may not be usable.");
>+ prlog(PR_WARNING, "LPAR-per-core mode detected. KVM may not be usable.\n");
> }
> }
>
Applied to master.
--
Reza Arbab
More information about the Skiboot
mailing list