tests/kernel/context: add case for CONFIG_APIC_TIMER
Test needs trivial modification to account for new APIC timer code. Eventually CONFIG_APIC_TIMER_IRQ, CONFIG_LOAPIC_TIMER_IRQ, etc. will be consolidated into one CONFIG_TIMER_IRQ to reduce the noise a bit. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
c5e582038c
commit
ad409f4bce
|
@ -49,6 +49,8 @@
|
|||
*/
|
||||
#if defined(CONFIG_HPET_TIMER)
|
||||
#define TICK_IRQ CONFIG_HPET_TIMER_IRQ
|
||||
#elif defined(CONFIG_APIC_TIMER)
|
||||
#define TICK_IRQ CONFIG_APIC_TIMER_IRQ
|
||||
#elif defined(CONFIG_LOAPIC_TIMER)
|
||||
#define TICK_IRQ CONFIG_LOAPIC_TIMER_IRQ
|
||||
#elif defined(CONFIG_XTENSA)
|
||||
|
|
Loading…
Reference in a new issue