kernel: Remove invoke_scheduler_if_idle

This commit is contained in:
Pawel Dziepak
2013-10-21 02:38:57 +02:00
parent ea79da9500
commit 7ea42e7add
5 changed files with 5 additions and 43 deletions
-1
View File
@@ -71,7 +71,6 @@ typedef struct cpu_ent {
Thread* running_thread;
Thread* previous_thread;
bool invoke_scheduler;
bool invoke_scheduler_if_idle;
bool disabled;
// CPU topology information
+1 -2
View File
@@ -22,8 +22,7 @@ enum {
SMP_MSG_GLOBAL_INVALIDATE_PAGES,
SMP_MSG_CPU_HALT,
SMP_MSG_CALL_FUNCTION,
SMP_MSG_RESCHEDULE,
SMP_MSG_RESCHEDULE_IF_IDLE
SMP_MSG_RESCHEDULE
};
enum {