Message ID | 570F0C7D.8000004@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Apr 14, 2016 at 11:20:29AM +0800, Zhangjian (Bamvor) wrote: > I suggest we enable AARCH32_EL0 by default explicitly. I am not sure > if it should be a dedicated commit. I am ok if you merge my commit, add We currently enable COMPAT in defconfig. I think we keep the same approach and change CONFIG_COMPAT to CONFIG_AARCH32_EL0 in defconfig.
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 19d8e31..3b543c7 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -934,6 +934,7 @@ config AARCH32_EL0 select HAVE_UID16 select OLD_SIGSUSPEND3 select COMPAT_OLD_SIGACTION + default y help This option enables support for a 32-bit EL0 running under a 64-bit kernel at EL1. AArch32-specific components such as system calls,