diff options
Diffstat (limited to 'sys/kern/subr_smp.c')
-rw-r--r-- | sys/kern/subr_smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index aa1d782..57db54c 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -50,7 +50,7 @@ volatile u_int stopped_cpus; volatile u_int started_cpus; -void (*cpustop_restartfunc) __P((void)); +void (*cpustop_restartfunc)(void); int mp_ncpus; volatile int smp_started; |