Interrupt frames don't include the saved cpl anymore since cpl is dead.

This commit is contained in:
John Baldwin 2000-10-06 01:57:28 +00:00
parent a91b7dc11b
commit 6ccfbaa53d
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;