| plan 9 kernel history: overview | file list | diff list |
1994/0311/pc/dat.h (diff list | history)
| 1993/1214/sys/src/9/pc/dat.h:113,118 – 1994/0311/sys/src/9/pc/dat.h:113,120 (short | long | prev | next) | ||
|
In Mach: add cbin, cbout, cbend, calls.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0612 | * machine dependent definitions not used by ../port/dat.h */ | |
| 1994/0311 | #define NCALLBACK 32 | |
| 1991/0612 | struct Mach { int machno; /* physical id of processor */ | |
| 1993/1214/sys/src/9/pc/dat.h:125,130 – 1994/0311/sys/src/9/pc/dat.h:127,137 | ||
| 1991/0612 | void *alarm; /* alarms bound to this clock */ | |
| 1993/1214 | Schedq hiq; Schedq loq; | |
| 1994/0311 | void (**cbin)(void); void (**cbout)(void); void (**cbend)(void); void (*calls[NCALLBACK])(void); | |
| 1991/0612 | int tlbfault; int tlbpurge; | |