diff options
Diffstat (limited to 'sys/powerpc/include/proc.h')
-rw-r--r-- | sys/powerpc/include/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/proc.h b/sys/powerpc/include/proc.h index 82aa068..e307b24 100644 --- a/sys/powerpc/include/proc.h +++ b/sys/powerpc/include/proc.h @@ -39,6 +39,7 @@ * Machine-dependent part of the proc structure */ struct mdthread { + register_t md_savecrit; }; struct mdproc { |