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:
Chen Peng1 2022-06-02 20:34:54 +08:00 committed by Carles Cufí
commit bae794e300
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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