Remove obsolete INITLIST macro.
[bertos.git] / kern / proc.c
index 046108c930ad25867f1a999c3682a58555c2ecb1..e25cb7dd92c2d755ba58a0be4f1f2d94a428a456 100755 (executable)
@@ -17,6 +17,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.21  2004/11/28 23:20:25  bernie
+ *#* Remove obsolete INITLIST macro.
+ *#*
  *#* Revision 1.20  2004/11/16 22:37:14  bernie
  *#* Replace IPTR with iptr_t.
  *#*
@@ -146,7 +149,7 @@ static void proc_init_struct(Process *proc)
 
 void proc_init(void)
 {
-       INITLIST(&ProcReadyList);
+       LIST_INIT(&ProcReadyList);
 
 #if CONFIG_KERN_MONITOR
        monitor_init();