Date: Mon, 7 Jan 2008 23:41:51 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 132758 for review Message-ID: <200801072341.m07NfpNY090333@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132758 Change 132758 by gonzo@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801072341.m07NfpNY090333>