]> Zhao Yanbai Git Server - minix.git/commit
proc_addr() returns address based on location in proc array
authorTomas Hruby <tom@minix3.org>
Tue, 15 Sep 2009 09:57:22 +0000 (09:57 +0000)
committerTomas Hruby <tom@minix3.org>
Tue, 15 Sep 2009 09:57:22 +0000 (09:57 +0000)
commit4fd433694f53bd9060e9f8f514d4e337da9dd7e6
tree6d5a06c3469c9b106817ed895268db3b482c5831
parent3615d93383a33eab3ae01ee99ca00465c2e002f7
proc_addr() returns address based on location in proc array

- pproc_addr is not neccessary to get the address of a process if we know its
  number

- local proc variables in system calls implementation (sys_task) conflicts with
  the global proc array of all process, therefore the variable were renamed to
  proc_nr as they hold the process number
kernel/proc.h
kernel/system/do_endksig.c
kernel/system/do_exec.c
kernel/system/do_irqctl.c
kernel/system/do_newmap.c
kernel/system/do_sigreturn.c
kernel/system/do_sigsend.c