Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev Fix build w/o options SUN4V.
details: https://anonhg.NetBSD.org/src/rev/b3227ff61ae4
branches: trunk
changeset: 340463:b3227ff61ae4
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sun Sep 06 23:47:09 2015 +0000
description:
Fix build w/o options SUN4V.
diffstat:
sys/arch/sparc64/dev/iommu.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r a8c3e3b20e40 -r b3227ff61ae4 sys/arch/sparc64/dev/iommu.c
--- a/sys/arch/sparc64/dev/iommu.c Sun Sep 06 18:41:34 2015 +0000
+++ b/sys/arch/sparc64/dev/iommu.c Sun Sep 06 23:47:09 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: iommu.c,v 1.109 2015/09/03 19:43:35 palle Exp $ */
+/* $NetBSD: iommu.c,v 1.110 2015/09/06 23:47:09 nakayama Exp $ */
/*
* Copyright (c) 1999, 2000 Matthew R. Green
@@ -59,7 +59,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.109 2015/09/03 19:43:35 palle Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.110 2015/09/06 23:47:09 nakayama Exp $");
#include "opt_ddb.h"
@@ -78,6 +78,7 @@
#include <machine/autoconf.h>
#include <machine/cpu.h>
+#include <machine/hypervisor.h>
#ifdef DEBUG
#define IDB_BUSDMA 0x1
Home |
Main Index |
Thread Index |
Old Index