created | 2024-03-16T21:45:44Z |
---|---|
begin | 2024-03-10T00:00:00Z |
end | 2024-03-11T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2024-03-10T13:25:10Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/conf/GENERIC | log | diff | annotate |
message |
disable POOL_DEBUG for release ok deraadt@ |
date | 2024-03-10T15:37:54Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/armv7/stand/efiboot/conf.c | log | diff | annotate |
src/sys/arch/armv7/stand/efiboot/exec.c | log | diff | annotate | |
message |
Invalidating the D-cache after disabling it turned out to be a bad idea and broke Allwinner SoCs with Cortex-A7 cores. So skip that and also invalidate the I-cache before disabling it. This seems to work better on a wide range of boards. ok deraadt@, jmatthew@ |