X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/5c26bcd6e16a9635d747a67bbcec500e43b8e91f..cc9b6223b2987bd6f07ca869665f420285917156:/sys/platform/vkernel/include/md_var.h diff --git a/sys/platform/vkernel/include/md_var.h b/sys/platform/vkernel/include/md_var.h index 11c2b05be2..3aeacd74d2 100644 --- a/sys/platform/vkernel/include/md_var.h +++ b/sys/platform/vkernel/include/md_var.h @@ -91,7 +91,7 @@ void cpu_heavy_restore(void); /* cannot be called from C */ void cpu_lwkt_restore(void); /* cannot be called from C */ void cpu_idle_restore(void); /* cannot be called from C */ void cpu_kthread_restore(void); /* cannot be called from C */ -void cpu_exit_switch (struct thread *next); +thread_t cpu_exit_switch (struct thread *next); void cpu_setregs (void); void cpu_idle (void); void cpu_mask_all_signals (void);