PERFORCE change 132758 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Jan 7 15:41:52 PST 2008


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

Change 132758 by gonzo at gonzo_jeeves on 2008/01/07 23:41:12

	o style(9) fix: order includes alphabetically
	o add sys/cpu.h for cpu_est_clockrate declaration

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/mips/machdep.c#12 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/mips/machdep.c#12 (text+ko) ====

@@ -45,26 +45,23 @@
 #include "opt_md.h"
 #include "opt_ddb.h"
 
-#include <sys/types.h>
 #include <sys/param.h>
+#include <sys/proc.h>
 #include <sys/systm.h>
-#include <sys/sysproto.h>
+#include <sys/buf.h>
+#include <sys/bus.h>
+#include <sys/conf.h>
+#include <sys/cpu.h>
 #include <sys/kernel.h>
+#include <sys/linker.h>
 #include <sys/malloc.h>
-#include <sys/proc.h>
-#include <sys/buf.h>
-#include <sys/reboot.h>
 #include <sys/mbuf.h>
 #include <sys/msgbuf.h>
+#include <sys/reboot.h>
+#include <sys/sched.h>
 #include <sys/sysctl.h>
-#include <sys/conf.h>
+#include <sys/sysproto.h>
 #include <sys/vmmeter.h>
-#if 0
-#include <sys/dump.h>
-#endif
-#include <sys/bus.h>
-#include <sys/linker.h>
-#include <sys/sched.h>
 
 #include <vm/vm.h>
 #include <vm/vm_kern.h>


More information about the p4-projects mailing list