freebsd-skq/sys/amd64
Rodney W. Grimes 70a3b3d1af 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; {
1993-09-10 20:39:13 +00:00
..
amd64 This is just to shut the compiler up 1993-09-10 20:39:13 +00:00
include Increased stack size to 8MB just to be on the real safe side. 1993-09-01 09:38:32 +00:00
isa Removed patch kit header, added $Id$ 1993-09-06 16:12:05 +00:00
Makefile Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00