Sync with sys/i386/i386/machdep.c revision 1.292.

This commit is contained in:
kato 1998-03-08 03:55:35 +00:00
parent 696d96607e
commit 2bddba52f1
2 changed files with 6 additions and 2 deletions

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.78 1998/03/02 10:02:01 kato Exp $
* $Id: machdep.c,v 1.79 1998/03/07 15:42:54 kato Exp $
*/
#include "apm.h"
@ -1628,7 +1628,9 @@ SYSINIT(f00f_hack, SI_SUB_INTRINSIC, SI_ORDER_FIRST, f00f_hack, NULL);
static void
f00f_hack(void *unused) {
#ifndef SMP
struct region_descriptor r_idt;
#endif
vm_offset_t tmp;
int i;

View File

@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
* $Id: machdep.c,v 1.78 1998/03/02 10:02:01 kato Exp $
* $Id: machdep.c,v 1.79 1998/03/07 15:42:54 kato Exp $
*/
#include "apm.h"
@ -1628,7 +1628,9 @@ SYSINIT(f00f_hack, SI_SUB_INTRINSIC, SI_ORDER_FIRST, f00f_hack, NULL);
static void
f00f_hack(void *unused) {
#ifndef SMP
struct region_descriptor r_idt;
#endif
vm_offset_t tmp;
int i;