Add PC_IDLETHREAD. We need it in cpu_switch.

This commit is contained in:
marcel 2001-12-30 09:23:10 +00:00
parent d26775baa4
commit 2699b3f21c

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));