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:
Rodney W. Grimes 1993-09-10 20:39:13 +00:00
parent 3400567027
commit 70a3b3d1af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=433
2 changed files with 6 additions and 2 deletions

View File

@ -49,7 +49,7 @@
/*
* 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 "systm.h"
@ -179,6 +179,8 @@ cpu_exit(p)
#endif
splclock();
swtch();
/*NOTREACHED*/
for(;;);
}
cpu_wait(p) struct proc *p; {

View File

@ -49,7 +49,7 @@
/*
* 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 "systm.h"
@ -179,6 +179,8 @@ cpu_exit(p)
#endif
splclock();
swtch();
/*NOTREACHED*/
for(;;);
}
cpu_wait(p) struct proc *p; {