aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-09 16:13:57 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-09 16:13:57 +0000
commita91fe908db4fd4bdf17957fc683981b821ceacaf (patch)
treeb954eca6be1fb67a2450c54d351898e53b474ed8 /sys
parente910ba59fcff781f052452e762201cf662416a6d (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
-rw-r--r--sys/amd64/amd64/mptable.c1
-rw-r--r--sys/amd64/include/mptable.h1
-rw-r--r--sys/i386/i386/mp_machdep.c1
-rw-r--r--sys/i386/i386/mptable.c1
-rw-r--r--sys/i386/include/mptable.h1
-rw-r--r--sys/kern/subr_smp.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 28027501688e..06d65488c470 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
diff --git a/sys/amd64/amd64/mptable.c b/sys/amd64/amd64/mptable.c
index 28027501688e..06d65488c470 100644
--- a/sys/amd64/amd64/mptable.c
+++ b/sys/amd64/amd64/mptable.c
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index 28027501688e..06d65488c470 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index 28027501688e..06d65488c470 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c
index 28027501688e..06d65488c470 100644
--- a/sys/i386/i386/mptable.c
+++ b/sys/i386/i386/mptable.c
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index 28027501688e..06d65488c470 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;
diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c
index 28027501688e..06d65488c470 100644
--- a/sys/kern/subr_smp.c
+++ b/sys/kern/subr_smp.c
@@ -1994,7 +1994,6 @@ start_all_aps(u_int boot_addr)
/* prime data page for it to use */
SLIST_INSERT_HEAD(&cpuhead, gd, gd_allcpu);
gd->gd_cpuid = x;
- gd->gd_cpu_lockid = x << 24;
/* setup a vector to our boot code */
*((volatile u_short *) WARMBOOT_OFF) = WARMBOOT_TARGET;