diff options
author | nyan <nyan@FreeBSD.org> | 2003-02-24 14:36:03 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2003-02-24 14:36:03 +0000 |
commit | 0c2cfddf3808fdb82302a5191a73d4f0bf9b6bf5 (patch) | |
tree | 0d655b7d980b891762fb9447d0ee65bc0eb4bed8 /sys | |
parent | 6713e026efa31d91dd9a2f6d2c19de066cdf7ff6 (diff) | |
download | FreeBSD-src-0c2cfddf3808fdb82302a5191a73d4f0bf9b6bf5.zip FreeBSD-src-0c2cfddf3808fdb82302a5191a73d4f0bf9b6bf5.tar.gz |
The mpbiosreason variable does not used for pc98.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 2 | ||||
-rw-r--r-- | sys/amd64/amd64/mptable.c | 2 | ||||
-rw-r--r-- | sys/amd64/include/mptable.h | 2 | ||||
-rw-r--r-- | sys/i386/i386/mp_machdep.c | 2 | ||||
-rw-r--r-- | sys/i386/i386/mptable.c | 2 | ||||
-rw-r--r-- | sys/i386/include/mptable.h | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c index 1bca189..d16118c 100644 --- a/sys/amd64/amd64/mp_machdep.c +++ b/sys/amd64/amd64/mp_machdep.c @@ -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; diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c index 1bca189..d16118c 100644 --- a/sys/amd64/amd64/mptable.c +++ b/sys/amd64/amd64/mptable.c @@ -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; diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h index 1bca189..d16118c 100644 --- a/sys/amd64/include/mptable.h +++ b/sys/amd64/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; diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 1bca189..d16118c 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -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; diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index 1bca189..d16118c 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.c @@ -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; 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; |