Skip to content

Commit

Permalink
init: Add a newline to the LPAR-per-core warning
Browse files Browse the repository at this point in the history
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
  • Loading branch information
shenki authored and rarbab committed Jul 12, 2023
1 parent f2eddc6 commit 8fe7ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
}

Expand Down

0 comments on commit 8fe7ea7

Please sign in to comment.