Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier.
This commit is contained in:
parent
7192f20aec
commit
4ec78965e8
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user