summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
parentf1ffb0e1d88c5d58308186753f418431d1cec731 (diff)
downloadFreeBSD-src-bc6974a05b3fb41f9b167712bff999dba8b1805e.zip
FreeBSD-src-bc6974a05b3fb41f9b167712bff999dba8b1805e.tar.gz
Removed unused assembly offsets for structures digging.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 6f9fa96..baa1f15 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -214,7 +214,4 @@ ASSYM(KUDSEL, GSEL(GUDATA_SEL, SEL_UPL));
ASSYM(KUC32SEL, GSEL(GUCODE32_SEL, SEL_UPL));
ASSYM(SEL_RPL_MASK, SEL_RPL_MASK);
-ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
-ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
-
ASSYM(MSR_GSBASE, MSR_GSBASE);
OpenPOWER on IntegriCloud