]> Zhao Yanbai Git Server - minix.git/commitdiff
Comment in proc.h
authorTomas Hruby <tom@minix3.org>
Fri, 26 Mar 2010 13:19:04 +0000 (13:19 +0000)
committerTomas Hruby <tom@minix3.org>
Fri, 26 Mar 2010 13:19:04 +0000 (13:19 +0000)
- This comment is not correct as the pproc_addr array does not exist.

kernel/proc.h

index 319dadd5e1f91e670e04318c36c938e840b64830..0d8d7271d9d3aa1b85d4e998c0d5dfa8b040815b 100644 (file)
@@ -257,11 +257,6 @@ struct proc {
 
 #ifndef __ASSEMBLY__
 
-/* The process table and pointers to process table slots. The pointers allow
- * faster access because now a process entry can be found by indexing the
- * pproc_addr array, while accessing an element i requires a multiplication
- * with sizeof(struct proc) to determine the address. 
- */
 EXTERN struct proc proc[NR_TASKS + NR_PROCS];  /* process table */
 EXTERN struct proc *rdy_head[NR_SCHED_QUEUES]; /* ptrs to ready list headers */
 EXTERN struct proc *rdy_tail[NR_SCHED_QUEUES]; /* ptrs to ready list tails */