synchronization primitives #57
Loading…
Reference in New Issue
No description provided.
Delete Branch "pca006132/zynq-rs:sync"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
M-Labs/artiq-zynq#81
M-Labs/artiq-zynq#80
We'll probably want to use
asm::sev
inartiq-zynq
to trigger the ACP kernel initiator.The function (and, for consistency,
asm::wfe
) should stay implemented even without the powersaving feature, it simply should not be used here.What about adding
spin_lock_yield
andnotify_spin_lock
functions, which would be implemented aswfe
andsev
whenpower_saving
feature is enabled, and nop when disabled?Sounds good.