created | 2022-11-24T13:01:35Z |
---|---|
begin | 2022-11-08T14:46:51Z |
end | 2022-11-08T14:49:20Z |
path | src/sys |
commits | 1 |
date | 2022-11-08T14:49:20Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/arch/i386/i386/machdep.c | log | diff | annotate |
src/sys/arch/i386/include/cpu.h | log | diff | annotate | |
message |
i386: add delay_fini() Not all of the clocks with a delay(9) implementation necessarily keep ticking across suspend/resume. We need a clean way to reverse delay_init() during suspend when those clocks stop ticking. Hence, delay_fini(). delay_fini() resets delay_func() to i8254_delay() if the given function pointer is the active delay(9) implementation. ok mlarkin@ |