mirror of
https://github.com/apache/nuttx.git
synced 2025-12-17 10:16:49 +08:00
sched/irq: Include a few ProcFS-related changes missed in commit 1ac9558460
This commit is contained in:
@@ -97,9 +97,7 @@ void irq_initialize(void)
|
||||
g_irqvector[i].mscount = 0;
|
||||
g_irqvector[i].lscount = 0;
|
||||
#endif
|
||||
#ifdef CONFIG_SCHED_TICKLESS
|
||||
g_irqvector[i].time = 0;
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user