Add PC_IDLETHREAD. We need it in cpu_switch.

This commit is contained in:
Marcel Moolenaar 2001-12-30 09:23:10 +00:00
parent 7e3adc7d11
commit 6dc3bd7b4c

View File

@ -64,6 +64,7 @@
#include <netinet/in.h>
ASSYM(PC_CURTHREAD, offsetof(struct pcpu, pc_curthread));
ASSYM(PC_IDLETHREAD, offsetof(struct pcpu, pc_idlethread));
ASSYM(PC_FPCURTHREAD, offsetof(struct pcpu, pc_fpcurthread));
ASSYM(PC_CURPCB, offsetof(struct pcpu, pc_curpcb));
ASSYM(PC_SWITCHTIME, offsetof(struct pcpu, pc_switchtime));