X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc.c;h=9a1e410b11ffc60cb74df36ff4f07f95a6515a22;hb=b0c536ad873bb29ed977417a6a5b1aa586414d3b;hp=26bac5e1c47c0bf55f68f69decbe351ee2a8be28;hpb=8b2b3759daf3222963cbb3cd4364fef556622e87;p=bertos.git diff --git a/bertos/kern/proc.c b/bertos/kern/proc.c index 26bac5e1..9a1e410b 100644 --- a/bertos/kern/proc.c +++ b/bertos/kern/proc.c @@ -41,7 +41,8 @@ #include "proc.h" #include "cfg/cfg_arch.h" // ARCH_EMUL -#include "cfg/cfg_kern.h" +#include "cfg/cfg_proc.h" +#include "cfg/cfg_monitor.h" #include // ROUND_UP2 #include #include // CONFIG_DEPEND() @@ -57,12 +58,6 @@ #include /* memset() */ -// Check config dependencies -CONFIG_DEPEND(CONFIG_KERN_SIGNALS, CONFIG_KERN_SCHED); -CONFIG_DEPEND(CONFIG_KERN_SEMAPHORES, CONFIG_KERN_SIGNALS); -CONFIG_DEPEND(CONFIG_KERN_MONITOR, CONFIG_KERN_SCHED); - - /* * The scheduer tracks ready processes by enqueuing them in the * ready list.