Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 23:10:52 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7914 for review
Message-ID:  <200203190710.g2J7Aqw46807@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7914

Change 7914 by peter@peter_overcee on 2002/03/18 23:10:49

	include fixes

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/nexus.c#2 edit
... //depot/projects/ia64/sys/ia64/ia64/sapic.c#4 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/nexus.c#2 (text+ko) ====

@@ -49,6 +49,7 @@
 #include <machine/bus.h>
 #include <sys/rman.h>
 #include <sys/interrupt.h>
+#include <machine/intr.h>
 
 #include <machine/vmparam.h>
 #include <vm/vm.h>

==== //depot/projects/ia64/sys/ia64/ia64/sapic.c#4 (text+ko) ====

@@ -34,6 +34,8 @@
 #include <sys/systm.h>
 #include <machine/sapicvar.h>
 #include <machine/sapicreg.h>
+#include <sys/bus.h>
+#include <machine/intr.h>
 
 static MALLOC_DEFINE(M_SAPIC, "sapic", "I/O SAPIC devices");
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203190710.g2J7Aqw46807>