Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2]: src/sys/arch/amd64/include Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/1550b1b07dc4
branches:  netbsd-2
changeset: 564015:1550b1b07dc4
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Aug 29 00:55:51 2005 +0000

description:
Pull up following revision(s) (requested by riz in ticket #5621):
        sys/arch/amd64/include/reg.h: revision 1.3
Pull in machine/fpu.h to pick up fxsave64

diffstat:

 sys/arch/amd64/include/reg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3a6bcf7e67d0 -r 1550b1b07dc4 sys/arch/amd64/include/reg.h
--- a/sys/arch/amd64/include/reg.h      Sun Aug 28 21:38:38 2005 +0000
+++ b/sys/arch/amd64/include/reg.h      Mon Aug 29 00:55:51 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: reg.h,v 1.2 2003/08/07 16:26:36 agc Exp $      */
+/*     $NetBSD: reg.h,v 1.2.4.1 2005/08/29 00:55:51 tron Exp $ */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -37,6 +37,7 @@
 #ifndef _AMD64_REG_H_
 #define _AMD64_REG_H_
 
+#include <machine/fpu.h>
 #include <machine/mcontext.h>
 
 /*



Home | Main Index | Thread Index | Old Index