created | 2022-04-14T17:03:23Z |
---|---|
begin | 2022-04-10T00:00:00Z |
end | 2022-04-11T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2022-04-10T10:43:34Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/aplintc.c | log | diff | annotate |
message |
Fix definition of "local" IPI system register. Spotted by Kyle Evans. ok patrick@, jsg@ |
date | 2022-04-10T13:23:14Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/arch/mips64/mips64/ipifuncs.c | log | diff | annotate |
message |
mips64: Enforce memory ordering on SMP rendezvous Make sure that each CPU sees the initiator's pre-action state when running the action function, and that the initiator sees the combined post-action state. Use CPU_BUSY_CYCLE() when busy-waiting. |