Date: Thu, 15 May 2008 01:19:44 GMT From: Julian Elischer <julian@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 141618 for review Message-ID: <200805150119.m4F1Jia6081348@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=141618 Change 141618 by julian@julian_trafmon1 on 2008/05/15 01:19:13 remove added cruft Affected files ... .. //depot/projects/vimage/src/sys/kern/kern_timeout.c#12 edit Differences ... ==== //depot/projects/vimage/src/sys/kern/kern_timeout.c#12 (text+ko) ==== @@ -171,7 +171,7 @@ /* * kern_timeout_callwheel_init() - initialize previously reserved callwheel * space. - * + * * This code is called just once, after the space reserved for the * callout wheel has been finalized. */ @@ -258,6 +258,7 @@ if (cpu == c->c_cpu) break; CC_UNLOCK(cc); + } return (cc); } @@ -747,7 +748,6 @@ return (1); } - void callout_init(c, mpsafe) struct callout *c;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805150119.m4F1Jia6081348>