summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-03-08 03:55:35 +0000
committerkato <kato@FreeBSD.org>1998-03-08 03:55:35 +0000
commit2bddba52f1a956b695317bf8be9a633f302c4df3 (patch)
treecbbed791d700716142e8c942218079ee625df639 /sys
parent696d96607ea72f5593229da8cb8f40be06d70427 (diff)
downloadFreeBSD-src-2bddba52f1a956b695317bf8be9a633f302c4df3.zip
FreeBSD-src-2bddba52f1a956b695317bf8be9a633f302c4df3.tar.gz
Sync with sys/i386/i386/machdep.c revision 1.292.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/i386/machdep.c4
-rw-r--r--sys/pc98/pc98/machdep.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index b4d34d1..4385b3e 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -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;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index b4d34d1..4385b3e 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -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;
OpenPOWER on IntegriCloud