From 4a775ea1293b5f78bf58fc4eacccedbf8da848c3 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 27 May 2017 21:19:12 +0200 Subject: [PATCH] revise debug messages --- arch/x86/kernel/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/apic.c b/arch/x86/kernel/apic.c index 8a7dfe7d2..6ad9ac294 100644 --- a/arch/x86/kernel/apic.c +++ b/arch/x86/kernel/apic.c @@ -723,7 +723,7 @@ static int apic_probe(void) found_mp: if (!apic_mp) { - LOG_ERROR("Didn't find MP config table\n"); + LOG_INFO("Didn't find MP config table\n"); goto no_mp; }