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/Kconfig | |
parent | e1b5bb6d1236d4ad2084c53aa83dde7cdf6f8eea (diff) | |
download | talos-op-linux-22d1a35da0e247a006c286842a1846acb4ffed4f.tar.gz talos-op-linux-22d1a35da0e247a006c286842a1846acb4ffed4f.zip |
make HAVE_SYSCALL_WRAPPERS unconditional
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 5a1779c93940..892d6176fcf3 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -157,9 +157,6 @@ config ARCH_USE_BUILTIN_BSWAP instructions should set this. And it shouldn't hurt to set it on architectures that don't have such instructions. -config HAVE_SYSCALL_WRAPPERS - bool - config KRETPROBES def_bool y depends on KPROBES && HAVE_KRETPROBES |