created | 2023-07-04T07:48:19Z |
---|---|
begin | 2023-06-17T00:00:00Z |
end | 2023-06-18T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2023-06-17T08:13:56Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/db_trace.c | log | diff | annotate |
message |
On arm64, the frame pointer points at the stack address where the frame pointer of the previous frame has been stored. The code in db_stack_trace_print() got that wrong for the initial frame. While there, remove a bogus comment and some unused #defines about the layout of stack frames. ok patrick@ |
date | 2023-06-17T22:10:19Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/agintc.c | log | diff | annotate |
message |
Flush the ITS after we disestablish an MSI. Fixes an issue seen on Ampere eMAG with an AMD GPU with an HD audio function where azalia(4) doesn't fully attach. ok patrick@ |