summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/proc.h
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2002-07-10 20:15:58 +0000
committerdillon <dillon@FreeBSD.org>2002-07-10 20:15:58 +0000
commite296b5e4108fe4c8e15dffbf96d1913bccfae056 (patch)
treefc7660e7d61818f708bd7c377f4d4b0495d1651a /sys/amd64/include/proc.h
parentba66015624c587e7cf2245a8cb934761e5f2cfaa (diff)
downloadFreeBSD-src-e296b5e4108fe4c8e15dffbf96d1913bccfae056.zip
FreeBSD-src-e296b5e4108fe4c8e15dffbf96d1913bccfae056.tar.gz
Remove the critmode sysctl - the new method for critical_enter/exit (already
the default) is now the only method for i386. Remove the paraphanalia that supported critmode. Remove td_critnest, clean up the assembly, and clean up (mostly remove) the old junk from cpu_critical_enter() and cpu_critical_exit().
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r--sys/amd64/include/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h
index d7d5ef7..f011b5c 100644
--- a/sys/amd64/include/proc.h
+++ b/sys/amd64/include/proc.h
@@ -51,7 +51,6 @@ struct proc_ldt {
* Machine-dependent part of the proc structure for i386.
*/
struct mdthread {
- register_t md_savecrit;
};
struct mdproc {
OpenPOWER on IntegriCloud