mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
arch/xtensa: remove the use of XCHAL_SYSCALL_LEVEL
After PR#14672, there is no use of XCHAL_SYSCALL_LEVEL. Signed-off-by: chenxiaoyi <chenxiaoyi@xiaomi.com>
This commit is contained in:
@@ -76,11 +76,7 @@
|
||||
/* Interrupts ***************************************************************/
|
||||
|
||||
/* Indexing macros: */
|
||||
#ifndef XCHAL_SYSCALL_LEVEL
|
||||
# define XCHAL_IRQ_LEVEL XCHAL_EXCM_LEVEL
|
||||
#else
|
||||
# define XCHAL_IRQ_LEVEL XCHAL_SYSCALL_LEVEL
|
||||
#endif
|
||||
#define XCHAL_IRQ_LEVEL XCHAL_EXCM_LEVEL
|
||||
|
||||
#define _XCHAL_INTLEVEL_MASK(n) XCHAL_INTLEVEL ## n ## _MASK
|
||||
#define XCHAL_INTLEVEL_MASK(n) _XCHAL_INTLEVEL_MASK(n) /* n = 0 .. 15 */
|
||||
|
||||
Reference in New Issue
Block a user