Module Name:    src
Committed By:   nakayama
Date:           Sun Sep  6 23:47:09 UTC 2015

Modified Files:
        src/sys/arch/sparc64/dev: iommu.c

Log Message:
Fix build w/o options SUN4V.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/sparc64/dev/iommu.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/arch/sparc64/dev/iommu.c
diff -u src/sys/arch/sparc64/dev/iommu.c:1.109 src/sys/arch/sparc64/dev/iommu.c:1.110
--- src/sys/arch/sparc64/dev/iommu.c:1.109	Thu Sep  3 19:43:35 2015
+++ src/sys/arch/sparc64/dev/iommu.c	Sun Sep  6 23:47:09 2015
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: iommu.c,v 1.
 
 #include <machine/autoconf.h>
 #include <machine/cpu.h>
+#include <machine/hypervisor.h>
 
 #ifdef DEBUG
 #define IDB_BUSDMA	0x1

Reply via email to