Searched hist:287536 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm64/arm64/
H A Dswtch.Sdiff 287536 Mon Sep 07 12:05:14 MDT 2015 andrew Use load-acquire semantics while waiting for td_lock to be released. The
store should have release semantics and will have due to the dsb above it
so add a comment to explain this. [1]

While here update the code to not reload the current thread, it's already
in a register, we just need to not trash it.

Suggested by: kib [1]
Sponsored by: ABT Systems Ltd

Completed in 45 milliseconds