Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 19:11:13 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 17798 for review
Message-ID:  <200209210211.g8L2BDNl085148@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=17798

Change 17798 by peter@peter_daintree on 2002/09/20 19:10:45

	no more trapframe_vm86! (yay!)

Affected files ...

.. //depot/projects/hammer/sys/x86_64/include/frame.h#3 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/include/frame.h#3 (text+ko) ====

@@ -71,36 +71,6 @@
 	int	tf_ss;
 };
 
-/* Superset of trap frame, for traps from virtual-8086 mode */
-
-struct trapframe_vm86 {
-	int	tf_fs;
-	int	tf_es;
-	int	tf_ds;
-	int	tf_edi;
-	int	tf_esi;
-	int	tf_ebp;
-	int	tf_isp;
-	int	tf_ebx;
-	int	tf_edx;
-	int	tf_ecx;
-	int	tf_eax;
-	int	tf_trapno;
-	/* below portion defined in 386 hardware */
-	int	tf_err;
-	int	tf_eip;
-	int	tf_cs;
-	int	tf_eflags;
-	/* below only when crossing rings (e.g. user to kernel) */
-	int	tf_esp;
-	int	tf_ss;
-	/* below only when switching out of VM86 mode */
-	int	tf_vm86_es;
-	int	tf_vm86_ds;
-	int	tf_vm86_fs;
-	int	tf_vm86_gs;
-};
-
 /* Interrupt stack frame */
 
 struct intrframe {

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209210211.g8L2BDNl085148>