benchmark: Changing dummy IRQ due conflict with APIC timer IRQ

The Quark D2000 uses the IRQ 10 for the APIC timer interrupt, this
cause a conflict with the "random" IRQ for the footprint benchmark

Change-Id: Iead18821af307832d54b0c9f3db5e52413ba670b
Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
This commit is contained in:
Sergio Rodriguez 2016-05-26 11:59:47 -07:00 committed by Anas Nashif
parent f23582fe71
commit 3ac7823ba9

View file

@ -26,7 +26,7 @@ volatile int i = 0; /* counter used by background task */
#include <misc/printk.h>
#include <stdio.h>
#define IRQ_LINE 10 /* just some random value w/o driver conflicts */
#define IRQ_LINE 11 /* just some random value w/o driver conflicts */
#define IRQ_PRIORITY 3
#define TEST_SOFT_INT 64