--- src/sys/platform/pc32/i386/genassym.c 2007/06/29 21:54:10 1.57 +++ src/sys/platform/pc32/i386/genassym.c 2008/05/09 06:35:11 1.58 @@ -92,6 +92,8 @@ ASSYM(TD_MPCOUNT, offsetof(struct thread #endif ASSYM(TD_FLAGS, offsetof(struct thread, td_flags)); ASSYM(TDF_RUNNING, TDF_RUNNING); +ASSYM(TDF_USINGFP, TDF_USINGFP); +ASSYM(TDF_KERNELFP, TDF_KERNELFP); #ifdef SMP ASSYM(MP_FREE_LOCK, MP_FREE_LOCK); #endif