Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.

This commit is contained in:
jhb 2001-12-12 08:07:41 +00:00
parent 7192f20aec
commit 4ec78965e8
6 changed files with 0 additions and 6 deletions

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);

View File

@ -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);