summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2006-04-28 03:38:23 +0000
committersobomax <sobomax@FreeBSD.org>2006-04-28 03:38:23 +0000
commit1e82b0de25df5421910a048a0dcf9b4a54a2658e (patch)
treef8be1798034e375b30125c447a6a1d71f5cc6ea7 /sys
parentfc40fabe0bbb94f864b04e00beab30eb318412c5 (diff)
downloadFreeBSD-src-1e82b0de25df5421910a048a0dcf9b4a54a2658e.zip
FreeBSD-src-1e82b0de25df5421910a048a0dcf9b4a54a2658e.tar.gz
Unbreak pc98. Sorry...
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/i386/vm_machdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index daa98d7..26ed735 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -590,7 +590,9 @@ cpu_reset()
static void
cpu_reset_real()
{
+#ifndef PC98
int b;
+#endif
disable_intr();
#ifdef CPU_ELAN
OpenPOWER on IntegriCloud