Changeset 339 for trunk/hal/x86_64/core/hal_internal.h
- Timestamp:
- Aug 7, 2017, 3:11:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/x86_64/core/hal_internal.h
r309 r339 61 61 void wbinvd(); 62 62 63 void cpu_context_switch(void *oldctx, void *newctx); 64 63 65 uint32_t atomic_cas_32(volatile uint32_t *ptr, uint32_t exp, uint32_t new); 64 66 uint32_t atomic_add_32(volatile uint32_t *ptr, int32_t incr);
Note: See TracChangeset
for help on using the changeset viewer.