src/cpu/x86/lapic/lapic.c: Add missing newline

Added missing new line to Info Output.

Change-Id: Ic4cd63f231de918fad7cd34724651bf8eb1c8e62
Signed-off-by: Christian Walter <christian.walter@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32987
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Christian Walter 2019-05-24 15:17:06 +02:00 committed by Philipp Deppenwiese
parent 07db5fcec1
commit 3b4d0e060c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ void do_lapic_init(void)
* see the Intel mp1.4 spec, page A-3
*/
printk(BIOS_INFO, "Setting up local APIC...");
printk(BIOS_INFO, "Setting up local APIC...\n");
/* Enable the local APIC */
enable_lapic();