commit | 08565552f70ca37da13f24928727f851073cd13e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 18 09:15:44 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 25 10:43:22 2019 -0700 |
tree | 95cbe6f260f0e0bf9dc74eb590a46c64b8bd99df | |
parent | 7b0d792ce13c0e894ee32a94b321b329724c9a25 [diff] |
cputlb: Move NOTDIRTY handling from I/O path to TLB path Pages that we want to track for NOTDIRTY are RAM. We do not really need to go through the I/O path to handle them. Acked-by: David Hildenbrand <david@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>