Synchronize with sys/i386/i386/machdep.c revision 1.229.

This commit is contained in:
KATO Takenori 1997-02-25 16:36:48 +00:00
parent 672769858a
commit f3af5d6cd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23116
2 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id$
* $Id: machdep.c,v 1.28 1997/02/22 09:43:27 peter Exp $
*/
#include "npx.h"
@ -639,9 +639,9 @@ sigreturn(p, uap, retval)
}
/*
* Machine depdnetnt boot() routine
* Machine dependent boot() routine
*
* I haven't seen anything too put here yet
* I haven't seen anything to put here yet
* Possibly some stuff might be grafted back here from boot()
*/
void

View file

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id$
* $Id: machdep.c,v 1.28 1997/02/22 09:43:27 peter Exp $
*/
#include "npx.h"
@ -639,9 +639,9 @@ sigreturn(p, uap, retval)
}
/*
* Machine depdnetnt boot() routine
* Machine dependent boot() routine
*
* I haven't seen anything too put here yet
* I haven't seen anything to put here yet
* Possibly some stuff might be grafted back here from boot()
*/
void