summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/proc.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-10-21 01:13:49 +0000
committermarcel <marcel@FreeBSD.org>2003-10-21 01:13:49 +0000
commit7df6e35964bd6b9db8597de1a81c0ee3a3e9ccc4 (patch)
tree4756a1930282179b0846cac8dd502b66322c7541 /sys/ia64/include/proc.h
parent947a627bb5bf7934e08a4d0380f38ae83c7113e6 (diff)
downloadFreeBSD-src-7df6e35964bd6b9db8597de1a81c0ee3a3e9ccc4.zip
FreeBSD-src-7df6e35964bd6b9db8597de1a81c0ee3a3e9ccc4.tar.gz
Remove md_bspstore from the MD fields of struct thread. Now that
the backing store is at a fixed address, there's no need for a per-thread variable.
Diffstat (limited to 'sys/ia64/include/proc.h')
-rw-r--r--sys/ia64/include/proc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ia64/include/proc.h b/sys/ia64/include/proc.h
index 01ba3e8..74aea51 100644
--- a/sys/ia64/include/proc.h
+++ b/sys/ia64/include/proc.h
@@ -37,7 +37,6 @@
struct mdthread {
u_long md_flags;
- vm_offset_t md_bspstore; /* initial ar.bspstore */
register_t md_savecrit;
};
OpenPOWER on IntegriCloud