aboutsummaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index cc74aaea116c..34884faf98cd 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -342,4 +342,18 @@ config MODULES_USE_ELF_REL
342 Modules only use ELF REL relocations. Modules with ELF RELA 342 Modules only use ELF REL relocations. Modules with ELF RELA
343 relocations will give an error. 343 relocations will give an error.
344 344
345#
346# ABI hall of shame
347#
348config CLONE_BACKWARDS
349 bool
350 help
351 Architecture has tls passed as the 4th argument of clone(2),
352 not the 5th one.
353
354config CLONE_BACKWARDS2
355 bool
356 help
357 Architecture has the first two arguments of clone(2) swapped.
358
345source "kernel/gcov/Kconfig" 359source "kernel/gcov/Kconfig"