PERFORCE change 141618 for review
Julian Elischer
julian at FreeBSD.org
Thu May 15 01:19:46 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=141618
Change 141618 by julian at 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;
More information about the p4-projects
mailing list