diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-05-28 09:30:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-05-28 09:30:28 +0000 |
| commit | e796e00de3aa249ff8a138d12c2c89177fd61260 (patch) | |
| tree | d795d22573ff16d9fee27007d4f7a8f5a2bf443b /sys/amd64/include/pcpu.h | |
| parent | 4a71a2e71bdc472ecfe5390957894b3e6427fc93 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/pcpu.h')
| -rw-r--r-- | sys/amd64/include/pcpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index af8e80628e29..c6c5a175fb12 100644 --- a/sys/amd64/include/pcpu.h +++ b/sys/amd64/include/pcpu.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; |
