We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5165c17 commit 0b05bfbCopy full SHA for 0b05bfb
arch/powerpc/include/asm/thread_info.h
@@ -14,7 +14,7 @@
14
15
#ifdef __KERNEL__
16
17
-#ifdef CONFIG_KASAN
+#if defined(CONFIG_KASAN) && CONFIG_THREAD_SHIFT < 15
18
#define MIN_THREAD_SHIFT (CONFIG_THREAD_SHIFT + 1)
19
#else
20
#define MIN_THREAD_SHIFT CONFIG_THREAD_SHIFT
0 commit comments