summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-10-10 10:36:12 +0000
committerkato <kato@FreeBSD.org>1998-10-10 10:36:12 +0000
commit23e7c1b00cb4f174c0bdc1b1799993e01b3a0bb7 (patch)
tree8487fe3b2dcb8f32bb7d2edfa06238b997cc52f0 /sys/amd64
parentbaece423c7edaa616079760a7a4c8602a608e68d (diff)
downloadFreeBSD-src-23e7c1b00cb4f174c0bdc1b1799993e01b3a0bb7.zip
FreeBSD-src-23e7c1b00cb4f174c0bdc1b1799993e01b3a0bb7.tar.gz
PC-98 doesn't have CMOS ram.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mpboot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/mpboot.S b/sys/amd64/amd64/mpboot.S
index 1c311fe..0b9af85 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)
OpenPOWER on IntegriCloud