summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/globaldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r--sys/i386/include/globaldata.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h
index af8e806..c6c5a17 100644
--- a/sys/i386/include/globaldata.h
+++ b/sys/i386/include/globaldata.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: globaldata.h,v 1.3 1998/05/17 18:53:07 tegge Exp $
+ * $Id: globaldata.h,v 1.4 1998/05/17 23:08:02 tegge Exp $
*/
/*
@@ -43,6 +43,7 @@ struct globaldata {
struct proc *npxproc;
struct pcb *curpcb;
struct i386tss common_tss;
+ struct timeval switchtime;
#ifdef VM86
struct segment_descriptor common_tssd;
u_int private_tss;
OpenPOWER on IntegriCloud