On 12/15/15 9:23 AM, Jan Beulich wrote:
On 15.12.15 at 14:13, wrote:
>> --- a/xen/arch/x86/Kconfig
>> +++ b/xen/arch/x86/Kconfig
>> @@ -24,6 +24,13 @@ config ARCH_DEFCONFIG
>>
>> menu "Architecture Features"
>>
>> +config COMPAT
>> +def_bool y
>> +help
>> + 32-bit interface
>>> On 15.12.15 at 14:13, wrote:
> --- a/xen/arch/x86/Kconfig
> +++ b/xen/arch/x86/Kconfig
> @@ -24,6 +24,13 @@ config ARCH_DEFCONFIG
>
> menu "Architecture Features"
>
> +config COMPAT
> + def_bool y
> + help
> + 32-bit interface support on 64-bit Xen which is used for both
> +
Use the Kconfig generated CONFIG_COMPAT defines in the code base.
CC: Keir Fraser
CC: Jan Beulich
CC: Andrew Cooper
Signed-off-by: Doug Goldstein
---
config/x86_64.mk | 1 -
xen/arch/x86/Kconfig | 7 +++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/config/x86_64.mk b/