OSDN Git Service

cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Sep 2019 03:03:36 +0000 (20:03 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Sep 2019 17:56:28 +0000 (10:56 -0700)
commitce9f5e279223cf422eae8e228fe03d6f60e251a4
tree38dbb47a175d0446284075be17da412f437c21f7
parentb56668bbe15cb094b4d928870635d079825f3731
cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_access

All callers pass false to this argument.  Remove it and pass the
constant on to tb_invalidate_phys_page_range__locked.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translate-all.c
accel/tcg/translate-all.h
exec.c