sched/irq: Include a few ProcFS-related changes missed in commit 1ac9558460

This commit is contained in:
Gregory Nutt
2018-11-26 12:01:36 -06:00
parent 1ac9558460
commit 553c566650
3 changed files with 3 additions and 31 deletions

View File

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