arch/x86_64: make sysapic.h available for x86_64 as well
sysapic.h is needed for x86_64 if CONFIG_LOAPIC is defined. Signed-off-by: Zide Chen <zide.chen@intel.com>
This commit is contained in:
parent
f590d4fadb
commit
c698669f4e
2 changed files with 2 additions and 1 deletions
|
@ -204,6 +204,8 @@ extern unsigned char _irq_to_interrupt_vector[];
|
||||||
|
|
||||||
#endif /* _ASMLANGUAGE */
|
#endif /* _ASMLANGUAGE */
|
||||||
|
|
||||||
|
#include <drivers/interrupt_controller/sysapic.h>
|
||||||
|
|
||||||
#ifdef CONFIG_X86_64
|
#ifdef CONFIG_X86_64
|
||||||
#include <arch/x86/intel64/arch.h>
|
#include <arch/x86/intel64/arch.h>
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
#define ZEPHYR_INCLUDE_ARCH_X86_IA32_ARCH_H_
|
#define ZEPHYR_INCLUDE_ARCH_X86_IA32_ARCH_H_
|
||||||
|
|
||||||
#include "sys_io.h"
|
#include "sys_io.h"
|
||||||
#include <drivers/interrupt_controller/sysapic.h>
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <kernel_structs.h>
|
#include <kernel_structs.h>
|
||||||
#include <arch/common/ffs.h>
|
#include <arch/common/ffs.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue