This is just to shut the compiler up
=================================================================== RCS file: /a/cvs/386BSD/src/sys/i386/i386/vm_machdep.c,v retrieving revision 1.3 diff -c -r1.3 vm_machdep.c *** 1.3 1993/07/27 10:52:21 --- vm_machdep.c 1993/09/10 20:12:53 *************** *** 179,184 **** --- 179,186 ---- #endif splclock(); swtch(); + /*NOTREACHED*/ + for(;;); } cpu_wait(p) struct proc *p; {
This commit is contained in:
parent
438a7d20d4
commit
af0d0830a1
@ -49,7 +49,7 @@
|
|||||||
/*
|
/*
|
||||||
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
|
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
|
||||||
*/
|
*/
|
||||||
static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys/i386/i386/vm_machdep.c,v 1.2 1993/07/18 20:56:17 paul Exp $";
|
static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys/i386/i386/vm_machdep.c,v 1.3 1993/07/27 10:52:21 davidg Exp $";
|
||||||
|
|
||||||
#include "param.h"
|
#include "param.h"
|
||||||
#include "systm.h"
|
#include "systm.h"
|
||||||
@ -179,6 +179,8 @@ cpu_exit(p)
|
|||||||
#endif
|
#endif
|
||||||
splclock();
|
splclock();
|
||||||
swtch();
|
swtch();
|
||||||
|
/*NOTREACHED*/
|
||||||
|
for(;;);
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_wait(p) struct proc *p; {
|
cpu_wait(p) struct proc *p; {
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
/*
|
/*
|
||||||
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
|
* Utah $Hdr: vm_machdep.c 1.16.1.1 89/06/23$
|
||||||
*/
|
*/
|
||||||
static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys/i386/i386/vm_machdep.c,v 1.2 1993/07/18 20:56:17 paul Exp $";
|
static char rcsid[] = "$Header: /a/cvs/386BSD/src/sys/i386/i386/vm_machdep.c,v 1.3 1993/07/27 10:52:21 davidg Exp $";
|
||||||
|
|
||||||
#include "param.h"
|
#include "param.h"
|
||||||
#include "systm.h"
|
#include "systm.h"
|
||||||
@ -179,6 +179,8 @@ cpu_exit(p)
|
|||||||
#endif
|
#endif
|
||||||
splclock();
|
splclock();
|
||||||
swtch();
|
swtch();
|
||||||
|
/*NOTREACHED*/
|
||||||
|
for(;;);
|
||||||
}
|
}
|
||||||
|
|
||||||
cpu_wait(p) struct proc *p; {
|
cpu_wait(p) struct proc *p; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user