diff options
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 7f8f281f2585..6e4c32a5a358 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -373,4 +373,9 @@ config CLONE_BACKWARDS2 | |||
373 | help | 373 | help |
374 | Architecture has the first two arguments of clone(2) swapped. | 374 | Architecture has the first two arguments of clone(2) swapped. |
375 | 375 | ||
376 | config ODD_RT_SIGACTION | ||
377 | bool | ||
378 | help | ||
379 | Architecture has unusual rt_sigaction(2) arguments | ||
380 | |||
376 | source "kernel/gcov/Kconfig" | 381 | source "kernel/gcov/Kconfig" |