Re: [PATCH v2 1/3] x86: don't build unused entry code when !PV32

2021-04-06 Thread Wei Liu
On Tue, Apr 06, 2021 at 04:01:22PM +0200, Jan Beulich wrote: > Except for the initial part of cstar_enter compat/entry.S is all dead > code in this case. Further, along the lines of the PV conditionals we > already have in entry.S, make code PV32-conditional there too (to a > fair part because this

[PATCH v2 1/3] x86: don't build unused entry code when !PV32

2021-04-06 Thread Jan Beulich
Except for the initial part of cstar_enter compat/entry.S is all dead code in this case. Further, along the lines of the PV conditionals we already have in entry.S, make code PV32-conditional there too (to a fair part because this code actually references compat/entry.S). This has the side effect