1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

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

This commit is contained in:
KATO Takenori 1998-03-08 03:55:35 +00:00
parent 08d6f1187e
commit d01df9f46d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34225
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;