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:
parent
07db5fcec1
commit
3b4d0e060c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue