--- src/sys/i386/i386/Attic/genassym.c 2006/04/30 17:22:17 1.49 +++ src/sys/i386/i386/Attic/genassym.c 2006/06/04 21:09:50 1.50 @@ -97,8 +97,6 @@ ASSYM(MP_FREE_LOCK, MP_FREE_LOCK); #endif ASSYM(MACHINTR_INTREN, offsetof(struct machintr_abi, intren)); -ASSYM(RW_OWNER, offsetof(struct lwkt_rwlock, rw_owner)); - ASSYM(TD_SAVEFPU, offsetof(struct thread, td_mach) + offsetof(struct md_thread, mtd_savefpu)); ASSYM(TDPRI_CRIT, TDPRI_CRIT);