summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-02-24 14:36:03 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-02-24 14:36:03 +0000
commit2302407b212e0723e5626665fcd12c502e815265 (patch)
tree0d655b7d980b891762fb9447d0ee65bc0eb4bed8
parent7bc5ac11b7ac35590182921c9c317838604b4285 (diff)
Notes
-rw-r--r--sys/amd64/amd64/mp_machdep.c2
-rw-r--r--sys/amd64/amd64/mptable.c2
-rw-r--r--sys/amd64/include/mptable.h2
-rw-r--r--sys/i386/i386/mp_machdep.c2
-rw-r--r--sys/i386/i386/mptable.c2
-rw-r--r--sys/i386/include/mptable.h2
6 files changed, 12 insertions, 0 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 1bca1890be93..d16118cefc3f 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 1bca1890be93..d16118cefc3f 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 1bca1890be93..d16118cefc3f 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 1bca1890be93..d16118cefc3f 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 1bca1890be93..d16118cefc3f 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 1bca1890be93..d16118cefc3f 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;