freebsd-skq/sys
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
..
alpha/include/pc Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
amd64 This is just to shut the compiler up 1993-09-10 20:39:13 +00:00
conf Enabled options NS since it can now be compiled! 1993-09-06 16:17:37 +00:00
ddb Moved db_end_line after db_printf to eliminate forward reference and 1993-09-09 23:03:24 +00:00
dev From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993 1993-09-10 16:59:16 +00:00
i386 This is just to shut the compiler up 1993-09-10 20:39:13 +00:00
isa From guido@gvr.win.tue.nl Wed Sep 8 13:34:16 1993 1993-09-10 16:59:16 +00:00
kern Changed trap.c so that a panic will occur if we do not have hardware 1993-08-28 13:25:22 +00:00
powerpc/include Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
scsi Fixed a small typo in an error printf. 1993-09-10 18:03:21 +00:00
sys Revised headers from Julian. Support for generic scsi. 1993-08-28 03:10:05 +00:00