target/avr: Support probe argument to tlb_fill
commit7bccb9e3222024470073568d05c2121386564ca3
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 23 Aug 2022 04:57:20 +0000 (22 21:57 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 1 Sep 2022 05:39:47 +0000 (1 06:39 +0100)
tree2e28465771c27ebfa1038d6af1e9042b0e7b34a0
parente93ded1bf6c94ab95015b33e188bc8b0b0c32670
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>
target/avr/helper.c