diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 02:46:21 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 02:46:21 +0000 |
| commit | b944b9033a951dd2202bb5c7d6f304d5ea09199e (patch) | |
| tree | 925d6e22289c97e2e729af65dad305b29e564a0f /sys/amd64 | |
| parent | 35a472461a9878d41c8588aed731080efdc2ad24 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/genassym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c index 44c91b69a368..fac70490e696 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)); |
