x86: include apic.h instead of xapic.h
Incuding apic.h also gets x2apic.h included. Signed-off-by: Mathieu Mirmont <mat@parad0x.org>
This commit is contained in:
parent
6904039608
commit
f2428d2b29
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
#ifdef CONFIG_KERNEL_MCS
|
||||
#include <mode/util.h>
|
||||
#include <arch/kernel/xapic.h>
|
||||
#include <arch/kernel/apic.h>
|
||||
|
||||
static inline CONST time_t getKernelWcetUs(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue