| plan 9 kernel history: overview | file list | diff list |
1991/0504/port/portdat.h (diff list | history)
| 1991/0502/sys/src/9/port/portdat.h:347,354 – 1991/0504/sys/src/9/port/portdat.h:347,358 (short | long | prev | next) | ||
|
Change MMU goo to struct. Comment edit.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0428 | int wokeup; /* whether sleep was interrupted */ ulong pc; /* DEBUG only */ int kp; /* true if a kernel process */ | |
| 1991/0504 | /* * MMU goo. which of the fillowing fields gets used depends on the * processor. */ struct { int pidonmach[MAXMACH]; | |
| 1991/0428 | MMU *mmu; int nmmuseg; /* number of segments active in mmu */ }; | |