Changeset 310 for trunk/hal/x86_64/core/hal_init.c
- Timestamp:
- Aug 1, 2017, 10:44:43 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_init.c
r308 r310 288 288 boot_cpuN(i, SMP_TRAMPOLINE_PA); 289 289 while (!hal_atomic_cas(&cpuN_booted, 1, 0)) { 290 /* wait */290 pause(); 291 291 } 292 292 }
Note: See TracChangeset
for help on using the changeset viewer.