Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/amd64 Make kernels w/o ACPICA compile. (Same...
details: https://anonhg.NetBSD.org/src/rev/7fa512fc89df
branches: trunk
changeset: 349484:7fa512fc89df
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Mon Dec 12 02:51:24 2016 +0000
description:
Make kernels w/o ACPICA compile. (Same "fix" as Martin made to i386...)
cvs: ----------------------------------------------------------------------
diffstat:
sys/arch/amd64/amd64/machdep.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 6d4bc9330047 -r 7fa512fc89df sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c Sun Dec 11 22:38:50 2016 +0000
+++ b/sys/arch/amd64/amd64/machdep.c Mon Dec 12 02:51:24 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.236 2016/12/11 08:31:53 maxv Exp $ */
+/* $NetBSD: machdep.c,v 1.237 2016/12/12 02:51:24 pgoyette Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -111,7 +111,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.236 2016/12/11 08:31:53 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.237 2016/12/12 02:51:24 pgoyette Exp $");
/* #define XENDEBUG_LOW */
@@ -207,6 +207,8 @@
#include <dev/acpi/acpivar.h>
#define ACPI_MACHDEP_PRIVATE
#include <machine/acpi_machdep.h>
+#else
+#include <machine/i82489var.h>
#endif
#include "isa.h"
Home |
Main Index |
Thread Index |
Old Index