mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 04:43:16 +01:00
Removed commented out scheduler globals.
This commit is contained in:
@@ -25,9 +25,6 @@
|
||||
#include INC_ARCH(exception.h)
|
||||
|
||||
|
||||
//static struct runqueue *rq_runnable, *rq_expired;
|
||||
//static int prio_total; /* Total priority of all tasks */
|
||||
|
||||
/* This is incremented on each irq or voluntarily by preempt_disable() */
|
||||
extern unsigned int current_irq_nest_count;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user