mirror of
https://github.com/drasko/codezero.git
synced 2026-07-12 18:34:11 +02:00
Removed commented out scheduler globals.
This commit is contained in:
@@ -25,9 +25,6 @@
|
|||||||
#include INC_ARCH(exception.h)
|
#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() */
|
/* This is incremented on each irq or voluntarily by preempt_disable() */
|
||||||
extern unsigned int current_irq_nest_count;
|
extern unsigned int current_irq_nest_count;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user