commit | 7b0d792ce13c0e894ee32a94b321b329724c9a25 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Sep 19 17:54:10 2019 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Sep 25 10:42:51 2019 -0700 |
tree | 33af9d48755e45cc700a0a3a9963737ccb5084b4 | |
parent | 6e050d415662ca97b71410b8c4d91f789872b407 [diff] |
cputlb: Move ROM handling from I/O path to TLB path It does not require going through the whole I/O path in order to discard a write. Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>