Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6933 → Rev 6934

/drivers/include/linux/compiler-gcc.h
251,7 → 251,9
#endif
#endif /* CONFIG_ARCH_USE_BUILTIN_BSWAP */
 
#if GCC_VERSION >= 50000
#if GCC_VERSION >= 70000
#define KASAN_ABI_VERSION 5
#elif GCC_VERSION >= 50000
#define KASAN_ABI_VERSION 4
#elif GCC_VERSION >= 40902
#define KASAN_ABI_VERSION 3