| plan 9 kernel history: overview | file list | diff list |
1999/0122/mpc/dat.h (diff list | history)
| 1999/0122/sys/src/9/mpc/dat.h:110,121 – 1999/0127/sys/src/9/mpc/dat.h:110,121 (short | long | prev | next) | ||
| 1999/0121 | { /* OFFSETS OF THE FOLLOWING KNOWN BY l.s */ int machno; /* physical id of processor (unused) */ | |
| 1999/0127 | ulong splpc; /* pc of last caller to splhi */ | |
| 1999/0121 | int mmask; /* 1<<m->machno (unused) */ | |
| 1999/0127 | Proc *proc; /* current process on this processor */ | |
| 1999/0121 | /* ordering from here on irrelevant */ ulong ticks; /* of the clock since boot time */ | |
| 1999/0122/sys/src/9/mpc/dat.h:215,217 – 1999/0127/sys/src/9/mpc/dat.h:215,218 | ||
| 1999/0121 | extern register Mach *m; extern register Proc *up; | |
| 1999/0127 | extern int predawn; | |