summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-02-24 14:36:03 +0000
committernyan <nyan@FreeBSD.org>2003-02-24 14:36:03 +0000
commit0c2cfddf3808fdb82302a5191a73d4f0bf9b6bf5 (patch)
tree0d655b7d980b891762fb9447d0ee65bc0eb4bed8 /sys/i386/include/mptable.h
parent6713e026efa31d91dd9a2f6d2c19de066cdf7ff6 (diff)
downloadFreeBSD-src-0c2cfddf3808fdb82302a5191a73d4f0bf9b6bf5.zip
FreeBSD-src-0c2cfddf3808fdb82302a5191a73d4f0bf9b6bf5.tar.gz
The mpbiosreason variable does not used for pc98.
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 1bca189..d16118c 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -2015,7 +2015,9 @@ static int
start_all_aps(u_int boot_addr)
{
int x, i, pg;
+#ifndef PC98
u_char mpbiosreason;
+#endif
u_long mpbioswarmvec;
struct pcpu *pc;
char *stack;
OpenPOWER on IntegriCloud