Changeset 310 for trunk/hal


Ignore:
Timestamp:
Aug 1, 2017, 10:44:43 AM (7 years ago)
Author:
max@…
Message:

Use pause().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/x86_64/core/hal_init.c

    r308 r310  
    288288                boot_cpuN(i, SMP_TRAMPOLINE_PA);
    289289                while (!hal_atomic_cas(&cpuN_booted, 1, 0)) {
    290                         /* wait */
     290                        pause();
    291291                }
    292292        }
Note: See TracChangeset for help on using the changeset viewer.