Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1fa6c97 authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: surround apic headers in apic definitions



Although those constants are always defined in x86_64,
and will have the effect of just including the headers
in the very way we did before, I'm doing this in a separate
patch to be conservative and avoid surprises.

Signed-off-by: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1b000843
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -7,9 +7,13 @@
/*
 * We need the APIC definitions automatically as part of 'smp.h'
 */
#ifdef CONFIG_X86_LOCAL_APIC
#  include <asm/mpspec.h>
#  include <asm/apic.h>
#  ifdef CONFIG_X86_IO_APIC
#   include <asm/io_apic.h>
#include <asm/mpspec.h>
#  endif
#endif
#include <asm/pda.h>
#include <asm/thread_info.h>