[Skiboot] [PATCH] init: Add a newline to the LPAR-per-core warning

Joel Stanley joel at jms.id.au
Tue Jun 20 10:31:03 AEST 2023


Signed-off-by: Joel Stanley <joel at jms.id.au>
---
 core/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/init.c b/core/init.c
index e832a0094019..73748a5d358b 100644
--- 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");
 	}
 }
 
-- 
2.39.2



More information about the Skiboot mailing list