X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/c59e75024a3da71cff44c6952f47ad4d46e5b949..a8a9459987490a4f350e0ee8bbb1c34c345fa589:/sys/platform/vkernel/include/globaldata.h diff --git a/sys/platform/vkernel/include/globaldata.h b/sys/platform/vkernel/include/globaldata.h index 336eac90c7..9cd8289137 100644 --- a/sys/platform/vkernel/include/globaldata.h +++ b/sys/platform/vkernel/include/globaldata.h @@ -28,7 +28,6 @@ * should not include this file. * * $FreeBSD: src/sys/i386/include/globaldata.h,v 1.11.2.1 2000/05/16 06:58:10 dillon Exp $ - * $DragonFly: src/sys/platform/vkernel/include/globaldata.h,v 1.8 2008/04/28 07:05:07 dillon Exp $ */ #ifndef _MACHINE_GLOBALDATA_H_ @@ -45,15 +44,9 @@ #ifndef _SYS_VKERNEL_H_ #include /* vpte_t */ #endif -#ifndef _MACHINE_SEGMENTS_H_ #include /* struct segment_descriptor */ -#endif -#ifndef _MACHINE_TSS_H_ #include /* struct i386tss */ -#endif -#ifndef _MACHINE_NPX_H_ #include -#endif /* * Note on interrupt control. Pending interrupts not yet dispatched are @@ -83,10 +76,10 @@ struct mdglobaldata { int gd_spending; /* software interrupt pending */ int gd_sdelayed; /* delayed software ints */ int gd_currentldt; - int unused003; + int unused001; int unused002; - u_int unused001; - u_int gd_other_cpus; + u_int unused003; + u_int unused004; u_int gd_ss_eflags; vpte_t *gd_CMAP1; /* pointer to pte for CADDR1 */ vpte_t *gd_CMAP2;