|
|
| version 1.25, 2004/02/15 02:14:42 | version 1.26, 2004/02/20 17:11:08 |
|---|---|
| Line 81 | Line 81 |
| struct sysmsg; | struct sysmsg; |
| struct privatespace; | struct privatespace; |
| struct vm_map_entry; | struct vm_map_entry; |
| struct pipe; | |
| struct globaldata { | struct globaldata { |
| struct privatespace *gd_prvspace; /* self-reference */ | struct privatespace *gd_prvspace; /* self-reference */ |
| Line 115 struct globaldata { | Line 116 struct globaldata { |
| struct systimer gd_schedclock; /* scheduler periodic */ | struct systimer gd_schedclock; /* scheduler periodic */ |
| volatile __uint32_t gd_time_seconds; /* uptime in seconds */ | volatile __uint32_t gd_time_seconds; /* uptime in seconds */ |
| volatile sysclock_t gd_cpuclock_base; /* cpuclock relative base */ | volatile sysclock_t gd_cpuclock_base; /* cpuclock relative base */ |
| struct pipe *gd_pipeq; /* cache pipe structures */ | |
| int gd_pipeqcount; /* number of structures */ | |
| /* extended by <machine/pcpu.h> */ | /* extended by <machine/pcpu.h> */ |
| }; | }; |