diff options
| author | dsl <dsl@NetBSD.org> | 2014-02-19 20:50:56 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2014-02-19 20:50:56 +0000 |
| commit | 96544444fc2aa939691e322286fe9fceadbdfdac (patch) | |
| tree | 05e43916703aaf53bba6306e7f09e26a0d562c7f /sys/compat/linux/arch/amd64/linux_machdep.c | |
| parent | 5f6934906cd5b886a6e458f0ae249042b3d9b7e5 (diff) | |
Don't rely on pcb.h including x86/include/sysarch.h
Diffstat (limited to 'sys/compat/linux/arch/amd64/linux_machdep.c')
| -rw-r--r-- | sys/compat/linux/arch/amd64/linux_machdep.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/amd64/linux_machdep.c b/sys/compat/linux/arch/amd64/linux_machdep.c index 436e5e3c156..3a6557eaa10 100644 --- a/sys/compat/linux/arch/amd64/linux_machdep.c +++ b/sys/compat/linux/arch/amd64/linux_machdep.c @@ -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_machdep.c,v 1.47 2014/02/15 10:11:15 dsl Exp $ #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). |
