. fixed a recently introduced scheduler (run-queue) bug in proc.c
. a little (optional) debugging code added to proc.c and associated data in proc.h
This commit is contained in:
@@ -62,6 +62,10 @@ struct proc {
|
||||
unsigned p_pendcount; /* count of pending and unfinished signals */
|
||||
|
||||
char p_name[PROC_NAME_LEN]; /* name of the process, including \0 */
|
||||
|
||||
#if ENABLE_K_DEBUGGING
|
||||
int p_ready, p_found;
|
||||
#endif
|
||||
};
|
||||
|
||||
/* Guard word for task stacks. */
|
||||
|
||||
Reference in New Issue
Block a user