| plan 9 kernel history: overview | file list | diff list |
1990/0424/port/proc.c (diff list | history)
| 1990/0330/sys/src/9/port/proc.c:539,546 – 1990/0424/sys/src/9/port/proc.c:539,546 (short | long | prev | next) | ||
|
Code rearrangement: move lastvar declaration in kproc.
rsc Mon Mar 20 17:14:02 2006 | ||
| 1990/0227 | Proc *p; int n; ulong upa; | |
| 1990/0424 | int lastvar; /* used to compute stack address */ | |
| 1990/0227 | /* * Kernel stack | |