aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/quadcore/amd_sibling.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2016-08-23 21:41:43 +0200
committerMartin Roth <martinroth@google.com>2016-08-28 18:29:19 +0200
commit7c8d74c10335ef759f12e6746ae563bd776813f9 (patch)
tree5fd89e9d915e76068cb86ac173d91ca24e478d91 /src/cpu/amd/quadcore/amd_sibling.c
parent2078e75b00582f4e250c374df0ce970da9e1b66e (diff)
src/cpu: Remove unnecessary whitespace before "\n"
Change-Id: Iebdcc659bf2a3e738702c85ee86dbb71b504721a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16279 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/cpu/amd/quadcore/amd_sibling.c')
-rw-r--r--src/cpu/amd/quadcore/amd_sibling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/quadcore/amd_sibling.c b/src/cpu/amd/quadcore/amd_sibling.c
index f45f34e452..ec5744bdce 100644
--- a/src/cpu/amd/quadcore/amd_sibling.c
+++ b/src/cpu/amd/quadcore/amd_sibling.c
@@ -110,7 +110,7 @@ u32 get_apicid_base(u32 ioapic_num)
if((apicid_base+ioapic_num-1)>0xf) {
// We need to enable APIC EXT ID
- printk(BIOS_SPEW, "if the IOAPIC device doesn't support 256 APIC id, \n you need to set CONFIG_ENABLE_APIC_EXT_ID in MB Option.lb so you can spare 16 id for IOAPIC\n");
+ printk(BIOS_SPEW, "if the IOAPIC device doesn't support 256 APIC id,\n you need to set CONFIG_ENABLE_APIC_EXT_ID in MB Option.lb so you can spare 16 id for IOAPIC\n");
enable_apic_ext_id(sysconf.nodes);
}