created | 2021-01-02T18:55:05Z |
---|---|
begin | 2020-11-20T00:00:00Z |
end | 2020-11-21T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2020-11-20T05:27:29Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/sys/videoio.h | log | diff | annotate |
message | Fix comment _SYS_VIDEOIO_H -> _SYS_VIDEOIO_H_ |
date | 2020-11-20T21:48:33Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/arm64/cpufunc_asm.S | log | diff | annotate |
message |
Restructure cache flush operations to avoid repeated barriers. Specifically restructure them so that all of the data cache operations are performed before any instruction cache operations. Then we only need one barrier between the data and instruction cache operations and one barrier after the instruction cache operations. From FreeBSD ok kettenis@ |