]> Pileus Git - ~andy/linux/blobdiff - lib/Kconfig
Merge branch 'core/urgent' into core/locking
[~andy/linux] / lib / Kconfig
index 06dc74200a5159c5b5458c36e2b71297e638a194..3f7fb4de6ee7dd2b15f8de02f2e96a0e02f49728 100644 (file)
@@ -342,7 +342,8 @@ config CHECK_SIGNATURE
        bool
 
 config CPUMASK_OFFSTACK
-       bool "Force CPU masks off stack" if DEBUG_PER_CPU_MAPS
+       bool "Force CPU masks off stack"
+       depends on SMP
        help
          Use dynamic allocation for cpumask_var_t, instead of putting
          them on the stack.  This is a bit more expensive, but avoids