diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-12-12 08:07:41 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-12-12 08:07:41 +0000 |
commit | 341260fb2015d6b4fc4be4ea05e6f59a17c7afd5 (patch) | |
tree | 8bb5b530877725703c9f82395b0cae8741ff4afc /sys/i386 | |
parent | a9ee9c593dca311240736dc2f9a9086767df6dd5 (diff) | |
download | src-341260fb2015d6b4fc4be4ea05e6f59a17c7afd5.tar.gz src-341260fb2015d6b4fc4be4ea05e6f59a17c7afd5.zip |
Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.
Notes
Notes:
svn path=/head/; revision=87721
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/i386/mp_machdep.c | 1 | ||||
-rw-r--r-- | sys/i386/i386/mptable.c | 1 | ||||
-rw-r--r-- | sys/i386/include/mptable.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c index 9d86daec5688..d59e76c45650 100644 --- a/sys/i386/i386/mp_machdep.c +++ b/sys/i386/i386/mp_machdep.c @@ -2241,7 +2241,6 @@ ap_init(void) * something unique to lock with. */ PCPU_SET(curthread, PCPU_GET(idlethread)); - PCPU_SET(spinlocks, NULL); /* lock against other AP's that are waking up */ mtx_lock_spin(&ap_boot_mtx); diff --git a/sys/i386/i386/mptable.c b/sys/i386/i386/mptable.c index 9d86daec5688..d59e76c45650 100644 --- a/sys/i386/i386/mptable.c +++ b/sys/i386/i386/mptable.c @@ -2241,7 +2241,6 @@ ap_init(void) * something unique to lock with. */ PCPU_SET(curthread, PCPU_GET(idlethread)); - PCPU_SET(spinlocks, NULL); /* lock against other AP's that are waking up */ mtx_lock_spin(&ap_boot_mtx); diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 9d86daec5688..d59e76c45650 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -2241,7 +2241,6 @@ ap_init(void) * something unique to lock with. */ PCPU_SET(curthread, PCPU_GET(idlethread)); - PCPU_SET(spinlocks, NULL); /* lock against other AP's that are waking up */ mtx_lock_spin(&ap_boot_mtx); |