]> xenbits.xensource.com Git - xen.git/commit
x86/guest: fix build when HVM and !PV32
authorJan Beulich <jbeulich@suse.com>
Wed, 26 May 2021 07:33:02 +0000 (09:33 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 26 May 2021 07:33:02 +0000 (09:33 +0200)
commit3673e9ba77bb71a36e9917bf1e487c40dc425c92
treef40c368795480b75de5ee57d1dff66be59603d45
parent3092006fc4e096a7eebb8042cb76d82b09ccece4
x86/guest: fix build when HVM and !PV32

The commit referenced below still wasn't careful enough - with COMPAT we
will have a compat_handle_okay() visible already, which we first need to
get rid of.

Fixes: bd1e7b47bac0 ("x86/shim: fix build when !PV32")
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/pv/shim.c