summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/bios/apm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c
index 9449508..49d028b 100644
--- a/sys/i386/bios/apm.c
+++ b/sys/i386/bios/apm.c
@@ -1155,7 +1155,7 @@ apm_attach(device_t dev)
mtx_init(&sc->mtx, device_get_nameunit(dev), "apm", MTX_DEF);
cv_init(&sc->cv, "cbb cv");
-#ifdef PC98
+#ifndef PC98
if (device_get_flags(dev) & 0x20)
atrtcclock_disable = 1;
#endif
OpenPOWER on IntegriCloud