diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-01-21 17:18:07 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-03-03 22:58:30 -0500 |
commit | 22d1a35da0e247a006c286842a1846acb4ffed4f (patch) | |
tree | 45f85354e11a45903a7789169d09e90f1190b5fb /arch/mips/Kconfig | |
parent | e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea (diff) |
make HAVE_SYSCALL_WRAPPERS unconditional
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ae9c716c46bb..32eb3d67bbef 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1737,7 +1737,6 @@ config 32BIT | |||
1737 | config 64BIT | 1737 | config 64BIT |
1738 | bool "64-bit kernel" | 1738 | bool "64-bit kernel" |
1739 | depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL | 1739 | depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL |
1740 | select HAVE_SYSCALL_WRAPPERS | ||
1741 | help | 1740 | help |
1742 | Select this option if you want to build a 64-bit kernel. | 1741 | Select this option if you want to build a 64-bit kernel. |
1743 | 1742 | ||