x86/PV: drop page table ownership check from emul-priv-op.c:read_cr()
authorJan Beulich <jbeulich@suse.com>
Wed, 17 Jul 2019 13:33:05 +0000 (15:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 17 Jul 2019 13:33:05 +0000 (15:33 +0200)
commit7c5696ad0bab744bb2c6ad688816447da01a30d8
treeb3e4844b4d1dae76e4795de09b8bf6ad68b92e5e
parent08b084ab48738040e34032ffb42387d88619bf1b
x86/PV: drop page table ownership check from emul-priv-op.c:read_cr()

We have such a check here but no-where else. It shouldn't have been
added by af909e7e16 ("M2P translation cannot be handled through flat
table with") in the first place.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/pv/emul-priv-op.c