linux-user: Tidy VERIFY_READ/VERIFY_WRITE
commit68f77666649bcb033b2c563998b7c19016de6d8b
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 12 Feb 2021 18:48:38 +0000 (12 10:48 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 16 Feb 2021 11:04:53 +0000 (16 11:04 +0000)
treeb7c594b9884b53fb2a62275303a1be316dd874c3
parent4feac83a9ca12af2eaa1354867b6cdac0e69a17b
linux-user: Tidy VERIFY_READ/VERIFY_WRITE

These constants are only ever used with access_ok, and friends.
Rather than translating them to PAGE_* bits, let them equal
the PAGE_* bits to begin.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210212184902.1251044-8-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
linux-user/qemu.h