diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-11-21 03:02:00 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-11-21 03:02:00 +0000 |
| commit | cda078658e6fb14d86529be6ca93ff465fc858a0 (patch) | |
| tree | 779c5488e9da51760220a217de1843de9e844d6c /sys/amd64/include/proc.h | |
| parent | 014a9c6e58e80816b901f43538b6226125c8b769 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/proc.h')
| -rw-r--r-- | sys/amd64/include/proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index cd54c244f1af..c1a6d90a0770 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/include/proc.h @@ -41,7 +41,7 @@ * Machine-dependent part of the proc structure for AMD64. */ struct mdthread { - register_t md_savecrit; + register_t md_savecrit; }; struct mdproc { |
