diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-11-15 22:02:05 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-11-15 22:02:05 +0000 |
| commit | 59f857e4eab7e8168a67331ca5448e713a55601e (patch) | |
| tree | b7b7610abb573f44afdfa0540caeb9dcea4f5b5e /sys/i386/include/globals.h | |
| parent | ecbd8e37109afbb7139b2184b3c700ea398d63df (diff) | |
Notes
Diffstat (limited to 'sys/i386/include/globals.h')
| -rw-r--r-- | sys/i386/include/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/globals.h b/sys/i386/include/globals.h index 846cba9c34c7..a20d83bfcf77 100644 --- a/sys/i386/include/globals.h +++ b/sys/i386/include/globals.h @@ -135,6 +135,7 @@ extern struct proc *npxproc; extern int switchticks; /* `ticks' at last context switch. */ extern struct timeval switchtime; /* Uptime at last context switch. */ extern struct segment_descriptor *tss_gdt; +extern int witness_spin_check; #endif /* SMP || KLD_MODULE */ |
