mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Atomically increment the number of awoken APs as all APs will
be unleashed here. Pointed out by: christian.kandeler@hob.de
This commit is contained in:
parent
c13c975098
commit
1800080e68
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ ia64_ap_startup(void)
|
|||
ia64_mca_save_state(SAL_INFO_MCA);
|
||||
ia64_mca_save_state(SAL_INFO_CMC);
|
||||
|
||||
ap_awake++;
|
||||
atomic_add_int(&ap_awake, 1);
|
||||
while (!smp_started)
|
||||
cpu_spinwait();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue