Author: mav Date: Mon Sep 20 17:56:03 2010 New Revision: 212908 URL: http://svn.freebsd.org/changeset/base/212908
Log: MFC r201148: Don't forget to use `void' for sched_balance(). It has no arguments. Modified: stable/8/sys/kern/sched_ule.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed) stable/8/sys/cddl/contrib/opensolaris/ (props changed) stable/8/sys/contrib/dev/acpica/ (props changed) stable/8/sys/contrib/pf/ (props changed) stable/8/sys/dev/xen/xenpci/ (props changed) Modified: stable/8/sys/kern/sched_ule.c ============================================================================== --- stable/8/sys/kern/sched_ule.c Mon Sep 20 17:39:49 2010 (r212907) +++ stable/8/sys/kern/sched_ule.c Mon Sep 20 17:56:03 2010 (r212908) @@ -773,7 +773,7 @@ sched_balance_group(struct cpu_group *cg } static void -sched_balance() +sched_balance(void) { struct tdq *tdq; _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"