summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-12-12 16:40:20 +0000
committerjhb <jhb@FreeBSD.org>2000-12-12 16:40:20 +0000
commitf39103daa53236ead20e90f527508606d6efeeaa (patch)
tree8dd44f2c06cf418c77348c39ffa9e58c425ec6dc /sys/amd64
parentbfa6c168de06b0a99efae31bdb91a10169062655 (diff)
downloadFreeBSD-src-f39103daa53236ead20e90f527508606d6efeeaa.zip
FreeBSD-src-f39103daa53236ead20e90f527508606d6efeeaa.tar.gz
Add in symbols needed in the WITNESS_ENTER and WITNESS_EXIT macros in
i386/include/mutex.h.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index fa1313c..0f6fdfd 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -228,5 +228,10 @@ ASSYM(VM86_FRAMESIZE, sizeof(struct vm86frame));
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
ASSYM(MTX_RECURSE, offsetof(struct mtx, mtx_recurse));
ASSYM(MTX_SAVEINTR, offsetof(struct mtx, mtx_saveintr));
+#ifdef WITNESS
+ASSYM(MTX_DEBUG, offsetof(struct mtx, mtx_debug));
+ASSYM(MTXD_WITNESS, offsetof(struct mtx_debug, mtxd_witness));
+#endif
ASSYM(MTX_UNOWNED, MTX_UNOWNED);
+ASSYM(MTX_SPIN, MTX_SPIN);
OpenPOWER on IntegriCloud