Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux32/arch/amd64 Explicitly include x86/fpu.h i...



details:   https://anonhg.NetBSD.org/src/rev/ba8ff3d0830e
branches:  trunk
changeset: 326825:ba8ff3d0830e
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Feb 19 21:45:01 2014 +0000

description:
Explicitly include x86/fpu.h instead of relying in x86/frame.h including it.

diffstat:

 sys/compat/linux32/arch/amd64/linux32_machdep.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 44edb1378d5c -r ba8ff3d0830e sys/compat/linux32/arch/amd64/linux32_machdep.c
--- a/sys/compat/linux32/arch/amd64/linux32_machdep.c   Wed Feb 19 21:23:01 2014 +0000
+++ b/sys/compat/linux32/arch/amd64/linux32_machdep.c   Wed Feb 19 21:45:01 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux32_machdep.c,v 1.35 2014/02/15 10:11:15 dsl Exp $ */
+/*     $NetBSD: linux32_machdep.c,v 1.36 2014/02/19 21:45:01 dsl Exp $ */
 
 /*-
  * Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@@ -31,7 +31,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_machdep.c,v 1.35 2014/02/15 10:11:15 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_machdep.c,v 1.36 2014/02/19 21:45:01 dsl Exp $");
 
 #include <sys/param.h>
 #include <sys/proc.h>
@@ -41,6 +41,8 @@
 #include <machine/cpufunc.h>
 #include <machine/netbsd32_machdep.h>
 
+#include <x86/fpu.h>
+
 #include <compat/netbsd32/netbsd32.h>
 #include <compat/netbsd32/netbsd32_syscallargs.h>
 



Home | Main Index | Thread Index | Old Index