X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2FKconfig;h=6e4c32a5a3586934dfa546f362a72ecbe6158625;hb=eaca6eae3e0c41d41fcb9d1d70e00934988dff2e;hp=8e9e3246b2b4e0f1a0b2218f5e49a8cacecb24d2;hpb=03c850ec327c42a97e44c448b75983e12da417d9;p=deliverable%2Flinux.git diff --git a/arch/Kconfig b/arch/Kconfig index 8e9e3246b2b4..6e4c32a5a358 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -291,12 +291,6 @@ config ARCH_WANT_OLD_COMPAT_IPC select ARCH_WANT_COMPAT_IPC_PARSE_VERSION bool -config GENERIC_KERNEL_THREAD - bool - -config GENERIC_KERNEL_EXECVE - bool - config HAVE_ARCH_SECCOMP_FILTER bool help @@ -362,6 +356,9 @@ config MODULES_USE_ELF_REL Modules only use ELF REL relocations. Modules with ELF RELA relocations will give an error. +config GENERIC_SIGALTSTACK + bool + # # ABI hall of shame # @@ -376,4 +373,9 @@ config CLONE_BACKWARDS2 help Architecture has the first two arguments of clone(2) swapped. +config ODD_RT_SIGACTION + bool + help + Architecture has unusual rt_sigaction(2) arguments + source "kernel/gcov/Kconfig"