Wed Feb 19 20:50:56 2014 UTC ()
Don't rely on pcb.h including x86/include/sysarch.h


(dsl)
diff -r1.47 -r1.48 src/sys/compat/linux/arch/amd64/linux_machdep.c

cvs diff -r1.47 -r1.48 src/sys/compat/linux/arch/amd64/linux_machdep.c (expand / switch to context diff)
--- src/sys/compat/linux/arch/amd64/linux_machdep.c 2014/02/15 10:11:15 1.47
+++ src/sys/compat/linux/arch/amd64/linux_machdep.c 2014/02/19 20:50:56 1.48
@@ -1,4 +1,4 @@
-/*	$NetBSD: linux_machdep.c,v 1.47 2014/02/15 10:11:15 dsl Exp $ */
+/*	$NetBSD: linux_machdep.c,v 1.48 2014/02/19 20:50:56 dsl Exp $ */
 
 /*-
  * Copyright (c) 2005 Emmanuel Dreyfus, all rights reserved.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.47 2014/02/15 10:11:15 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_machdep.c,v 1.48 2014/02/19 20:50:56 dsl Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -51,6 +51,7 @@
 #include <machine/specialreg.h>
 #include <machine/vmparam.h>
 #include <machine/cpufunc.h>
+#include <x86/include/sysarch.h>
 
 /* 
  * To see whether wscons is configured (for virtual console ioctl calls).