commit | 7bccb9e3222024470073568d05c2121386564ca3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Aug 22 21:57:20 2022 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Sep 01 06:39:47 2022 +0100 |
tree | 2e28465771c27ebfa1038d6af1e9042b0e7b34a0 | |
parent | e93ded1bf6c94ab95015b33e188bc8b0b0c32670 [diff] |
target/avr: Support probe argument to tlb_fill While there are no target-specific nonfaulting probes, generic code may grow some uses at some point. Note that the attrs argument was incorrect -- it should have been MEMTXATTRS_UNSPECIFIED. Just use the simpler interface. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>