PERFORCE change 127112 for review

Kip Macy kmacy at FreeBSD.org
Tue Oct 2 15:12:02 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127112

Change 127112 by kmacy at kmacy_home:ethng on 2007/10/02 22:11:01

	fix remaining breakage caused by critical_{enter,exit} being moved inline in
	proc.h

Affected files ...

.. //depot/projects/ethng/src/sys/dev/mcd/mcd.c#2 edit
.. //depot/projects/ethng/src/sys/dev/rc/rc.c#2 edit
.. //depot/projects/ethng/src/sys/dev/scd/scd.c#2 edit

Differences ...

==== //depot/projects/ethng/src/sys/dev/mcd/mcd.c#2 (text+ko) ====

@@ -58,8 +58,10 @@
 
 #include <machine/bus.h>
 #include <machine/resource.h>
+#include <sys/proc.h>
 #include <sys/rman.h>
 
+
 #include <isa/isavar.h>
   
 #include <dev/mcd/mcdreg.h>

==== //depot/projects/ethng/src/sys/dev/rc/rc.c#2 (text+ko) ====

@@ -50,6 +50,7 @@
 #include <sys/tty.h>
 #include <machine/bus.h>
 #include <machine/resource.h>
+#include <sys/proc.h>
 #include <sys/rman.h>
 
 #include <dev/ic/cd180.h>

==== //depot/projects/ethng/src/sys/dev/scd/scd.c#2 (text+ko) ====

@@ -60,6 +60,7 @@
 
 #include <machine/bus.h>
 #include <machine/resource.h>
+#include <sys/proc.h>
 #include <sys/rman.h>
 
 #include <isa/isavar.h>


More information about the p4-projects mailing list