Minor reformatting.

This commit is contained in:
Thomas Quinot 2007-02-28 16:51:52 +00:00
parent ff6df61440
commit f59aa46799
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167111

View File

@ -271,7 +271,7 @@ void consinit(void);
void cpu_initclocks(void);
void usrinfoinit(void);
/* Finalize the world. */
/* Finalize the world */
void shutdown_nice(int);
/* Timeouts */
@ -285,7 +285,7 @@ void untimeout(timeout_t *, void *, struct callout_handle);
caddr_t kern_timeout_callwheel_alloc(caddr_t v);
void kern_timeout_callwheel_init(void);
/* Stubs for obsolete functions that used to be for interrupt management */
/* Stubs for obsolete functions that used to be for interrupt management */
static __inline void spl0(void) { return; }
static __inline intrmask_t splbio(void) { return 0; }
static __inline intrmask_t splcam(void) { return 0; }