Module Name: src
Committed By: dsl
Date: Wed Feb 19 20:50:56 UTC 2014
Modified Files:
src/sys/compat/linux/arch/amd64: linux_machdep.c
Log Message:
Don't rely on pcb.h including x86/include/sysarch.h
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/compat/linux/arch/amd64/linux_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/arch/amd64/linux_machdep.c
diff -u src/sys/compat/linux/arch/amd64/linux_machdep.c:1.47 src/sys/compat/linux/arch/amd64/linux_machdep.c:1.48
--- src/sys/compat/linux/arch/amd64/linux_machdep.c:1.47 Sat Feb 15 10:11:15 2014
+++ src/sys/compat/linux/arch/amd64/linux_machdep.c Wed Feb 19 20:50:56 2014
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: linux_machde
#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).