arch/sim: Model host signal as NuttX's interrupt

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-08-29 14:06:56 +08:00
committed by liuguo09
parent 5db11a275e
commit 5107104bbe
5 changed files with 131 additions and 7 deletions
+1 -3
View File
@@ -44,9 +44,7 @@
* Pre-processor Definitions
****************************************************************************/
/* No interrupts */
#define NR_IRQS 0
#define NR_IRQS 64
/* Number of registers saved in context switch */