summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-03-28 02:46:21 +0000
committerjhb <jhb@FreeBSD.org>2001-03-28 02:46:21 +0000
commitdea228e37800fc07cb4619f31e155310a4bad233 (patch)
tree736b7978158917eb079abef53bb1666484a42676 /sys/amd64
parent98391b90da348c14bd0bd9487e807b726f734789 (diff)
downloadFreeBSD-src-dea228e37800fc07cb4619f31e155310a4bad233.zip
FreeBSD-src-dea228e37800fc07cb4619f31e155310a4bad233.tar.gz
Catch up to the mtx_saveintr -> mtx_savecrit change.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 44c91b6..fac7049 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -204,4 +204,4 @@ ASSYM(VM86_FRAMESIZE, sizeof(struct vm86frame));
ASSYM(MTX_LOCK, offsetof(struct mtx, mtx_lock));
ASSYM(MTX_RECURSECNT, offsetof(struct mtx, mtx_recurse));
-ASSYM(MTX_SAVEINTR, offsetof(struct mtx, mtx_saveintr));
+ASSYM(MTX_SAVECRIT, offsetof(struct mtx, mtx_savecrit));
OpenPOWER on IntegriCloud