summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2008-05-16 13:23:47 +0000
committerattilio <attilio@FreeBSD.org>2008-05-16 13:23:47 +0000
commitbc6974a05b3fb41f9b167712bff999dba8b1805e (patch)
treeefc8758aeff9aaad1ecf69cc64e65b1f43102b0b /sys/i386
parentf1ffb0e1d88c5d58308186753f418431d1cec731 (diff)
downloadFreeBSD-src-bc6974a05b3fb41f9b167712bff999dba8b1805e.zip
FreeBSD-src-bc6974a05b3fb41f9b167712bff999dba8b1805e.tar.gz
Removed unused assembly offsets for structures digging.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/genassym.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c
index 7a7de8c..c1df8db 100644
--- a/sys/i386/i386/genassym.c
+++ b/sys/i386/i386/genassym.c
@@ -222,9 +222,6 @@ ASSYM(BC32SEL, GSEL(GBIOSCODE32_SEL, SEL_KPL));
ASSYM(GPROC0_SEL, GPROC0_SEL);
ASSYM(VM86_FRAMESIZE, sizeof(struct vm86frame));
-ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
-ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
-
#ifdef PC98
#include <machine/bus.h>
OpenPOWER on IntegriCloud