summaryrefslogtreecommitdiffstats
path: root/sys/sys/smp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/smp.h')
-rw-r--r--sys/sys/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/smp.h b/sys/sys/smp.h
index 1245fd4..f887d08 100644
--- a/sys/sys/smp.h
+++ b/sys/sys/smp.h
@@ -52,7 +52,7 @@ void cpu_mp_announce(void);
int cpu_mp_probe(void);
void cpu_mp_start(void);
-void forward_signal(struct proc *);
+void forward_signal(struct thread *);
void forward_roundrobin(void);
int restart_cpus(u_int);
int stop_cpus(u_int);
OpenPOWER on IntegriCloud