diff options
author | Nicolas Pitre <nico@cam.org> | 2006-02-08 16:09:08 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-02-08 16:09:08 -0500 |
commit | 61c484d41f0e5fb44f9a32cd3352734a04aae3ef (patch) | |
tree | 796024e9aa942d95c44ce4e33fd6317848676bd6 /arch/arm/Kconfig | |
parent | 29fe3cf384e69cec98b638cae6ad5811705a0f3f (diff) |
[ARM] 3307/1: old ABI compat: mark it experimental
Patch from Nicolas Pitre
Although OABI_COMPAT works fine in most cases, it is still experimental
and could be for ever since it is nearly impossible to handle
everything, e.g. ioctls.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index b2b06849638b..76cd475f0b80 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -446,7 +446,7 @@ config AEABI | |||
446 | 446 | ||
447 | config OABI_COMPAT | 447 | config OABI_COMPAT |
448 | bool "Allow old ABI binaries to run with this kernel" | 448 | bool "Allow old ABI binaries to run with this kernel" |
449 | depends on AEABI | 449 | depends on AEABI && EXPERIMENTAL |
450 | default y | 450 | default y |
451 | help | 451 | help |
452 | This option preserves the old syscall interface along with the | 452 | This option preserves the old syscall interface along with the |