The prototype for cpu_switch() was changed in revision 1.111 of

<sys/proc.h>

PR:		24311
Submitted by:	Robert Drehmel <robert@gizmo.quizbot.org>
This commit is contained in:
Chris Costello 2001-01-13 19:00:49 +00:00
parent d7a0ba44f9
commit 3c5969ca27

View File

@ -49,7 +49,7 @@
.Ft void
.Fn mi_switch "void"
.Ft void
.Fn cpu_switch "struct proc *p"
.Fn cpu_switch "void"
.Sh DESCRIPTION
The
.Fn mi_switch