aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2023-06-20 10:01:03 +0930
committerReza Arbab <arbab@linux.ibm.com>2023-07-12 11:46:08 -0500
commit8fe7ea7c1515746299129cc56eff266c7a340950 (patch)
tree63dd6510aa5e0249d1c986188accd91f0eedf3d7 /core
parentf2eddc616abddf8c6c6a42632444b40253f9f28c (diff)
downloadskiboot-8fe7ea7c1515746299129cc56eff266c7a340950.zip
skiboot-8fe7ea7c1515746299129cc56eff266c7a340950.tar.gz
skiboot-8fe7ea7c1515746299129cc56eff266c7a340950.tar.bz2
init: Add a newline to the LPAR-per-core warning
Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'core')
-rw-r--r--core/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.c b/core/init.c
index e832a00..73748a5 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");
}
}