summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKATO Takenori <kato@FreeBSD.org>1998-10-10 10:36:12 +0000
committerKATO Takenori <kato@FreeBSD.org>1998-10-10 10:36:12 +0000
commit160ba1c5c80784b7e69e5730c52ca9f85c66316c (patch)
tree1d5ebfbe5612c5b9c1ea120eec8e513054bfda2a
parentf40053daa9be5223b4c5515f0049733310001b8c (diff)
Notes
-rw-r--r--sys/amd64/amd64/mpboot.S4
-rw-r--r--sys/i386/i386/mpboot.s4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S
index 1c311fe08ad7..0b9af854e367 100644
--- a/sys/amd64/amd64/mpboot.S
+++ b/sys/amd64/amd64/mpboot.S
@@ -31,7 +31,7 @@
* mpboot.s: FreeBSD machine support for the Intel MP Spec
* multiprocessor systems.
*
- * $Id: mpboot.s,v 1.6 1997/10/10 09:44:05 peter Exp $
+ * $Id: mpboot.s,v 1.7 1998/09/06 22:41:40 tegge Exp $
*/
#include "opt_vm86.h"
@@ -50,7 +50,7 @@
#define CHECK_POINTS
*/
-#if defined(CHECK_POINTS)
+#if defined(CHECK_POINTS) && !defined(PC98)
#define CMOS_REG (0x70)
#define CMOS_DATA (0x71)
diff --git a/sys/i386/i386/mpboot.s b/sys/i386/i386/mpboot.s
index 1c311fe08ad7..0b9af854e367 100644
--- a/sys/i386/i386/mpboot.s
+++ b/sys/i386/i386/mpboot.s
@@ -31,7 +31,7 @@
* mpboot.s: FreeBSD machine support for the Intel MP Spec
* multiprocessor systems.
*
- * $Id: mpboot.s,v 1.6 1997/10/10 09:44:05 peter Exp $
+ * $Id: mpboot.s,v 1.7 1998/09/06 22:41:40 tegge Exp $
*/
#include "opt_vm86.h"
@@ -50,7 +50,7 @@
#define CHECK_POINTS
*/
-#if defined(CHECK_POINTS)
+#if defined(CHECK_POINTS) && !defined(PC98)
#define CMOS_REG (0x70)
#define CMOS_DATA (0x71)