aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-10-06 01:57:28 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-10-06 01:57:28 +0000
commit6ccfbaa53df74afa554ae634971c93f371583fe7 (patch)
tree0d2f0b1e27806b979a188db7fc8f04cc31dd1b24 /sys/amd64/include
parenta91b7dc11b1e3abc10009bbfd5b5b6e790829f55 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/frame.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h
index 634e6909e908..0cfff1aead71 100644
--- a/sys/amd64/include/frame.h
+++ b/sys/amd64/include/frame.h
@@ -105,7 +105,6 @@ struct trapframe_vm86 {
struct intrframe {
int if_vec;
- int if_ppl;
int if_fs;
int if_es;
int if_ds;
@@ -132,7 +131,6 @@ struct intrframe {
struct clockframe {
int cf_vec;
- int cf_ppl;
int cf_fs;
int cf_es;
int cf_ds;