PERFORCE change 42391 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 14 14:18:41 PST 2003


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

Change 42391 by peter at peter_overcee on 2003/11/14 14:18:38

	try and clean up some includes

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/identcpu.c#15 edit
.. //depot/projects/hammer/sys/amd64/amd64/nexus.c#15 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/identcpu.c#15 (text+ko) ====

@@ -56,12 +56,12 @@
 #include <machine/clock.h>
 #include <machine/cputypes.h>
 #include <machine/frame.h>
+#include <machine/intr_machdep.h>
 #include <machine/segments.h>
 #include <machine/specialreg.h>
 #include <machine/md_var.h>
 
 #include <amd64/isa/icu.h>
-#include <amd64/include/intr_machdep.h>
 
 /* XXX - should be in header file: */
 void printcpuinfo(void);

==== //depot/projects/hammer/sys/amd64/amd64/nexus.c#15 (text+ko) ====

@@ -46,7 +46,6 @@
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/bus.h>
-#include <machine/intr_machdep.h>
 #include <sys/kernel.h>
 #include <sys/malloc.h>
 #include <sys/module.h>


More information about the p4-projects mailing list