summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-10-06 01:57:28 +0000
committerjhb <jhb@FreeBSD.org>2000-10-06 01:57:28 +0000
commit50ae8db7f658db95ef7e6bb08e6031af308cd0f4 (patch)
treefbb18e70123120f525fdc064d07405190237697f /sys/amd64/include
parent753f54c2476672b6ef5f750c4ac9960b0a791b94 (diff)
downloadFreeBSD-src-50ae8db7f658db95ef7e6bb08e6031af308cd0f4.zip
FreeBSD-src-50ae8db7f658db95ef7e6bb08e6031af308cd0f4.tar.gz
Interrupt frames don't include the saved cpl anymore since cpl is dead.
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 634e690..0cfff1a 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;
OpenPOWER on IntegriCloud