test: interrupt: change the test interrupt line to a bigger one.
change the test interrupt line number to a bigger one, because the low number usually will be used by other devices. Signed-off-by: Chen Peng1 <peng1.chen@intel.com>
This commit is contained in:
parent
40fb6fca05
commit
bae794e300
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ void test_isr_dynamic(void)
|
|||
*/
|
||||
#if defined(CONFIG_X86)
|
||||
#define IV_IRQS 32 /* start of vectors available for x86 IRQs */
|
||||
#define TEST_IRQ_DYN_LINE 16
|
||||
#define TEST_IRQ_DYN_LINE 25
|
||||
|
||||
#elif defined(CONFIG_ARCH_POSIX)
|
||||
#define TEST_IRQ_DYN_LINE 5
|
||||
|
|
|
@ -86,7 +86,7 @@ void isr_handler(const void *param)
|
|||
* Other arch will be add later.
|
||||
*/
|
||||
#if defined(CONFIG_X86)
|
||||
#define TEST_IRQ_DYN_LINE 17
|
||||
#define TEST_IRQ_DYN_LINE 26
|
||||
|
||||
#elif defined(CONFIG_ARCH_POSIX)
|
||||
#define TEST_IRQ_DYN_LINE 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue