X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=arch%2FKconfig;h=6801123932a503ba64bcf1c9dfbb7877fff0f094;hb=69ddce94e3681e63595690eba2310440f8349c4a;hp=4426e9687d89832e405c448eef7e41cb7a26d9ce;hpb=ee090756962c58b32af62b768ac7c58cc53af700;p=linux.git diff --git a/arch/Kconfig b/arch/Kconfig index 4426e9687d89..6801123932a5 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -362,6 +362,9 @@ config HAVE_ARCH_JUMP_LABEL config HAVE_RCU_TABLE_FREE bool +config HAVE_RCU_TABLE_INVALIDATE + bool + config ARCH_HAVE_NMI_SAFE_CMPXCHG bool @@ -841,6 +844,14 @@ config REFCOUNT_FULL against various use-after-free conditions that can be used in security flaw exploits. +config HAVE_ARCH_COMPILER_H + bool + help + An architecture can select this if it provides an + asm/compiler.h header that should be included after + linux/compiler-*.h in order to override macro definitions that those + headers generally provide. + config HAVE_ARCH_PREL32_RELOCATIONS bool help