From: Rusty Russell <rusty@rustcorp.com.au>
Subject: cpumask: remove CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS

Now all obsolete functions have been removed, there's no point having
the option.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
 lib/Kconfig |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -308,14 +308,6 @@ config CPUMASK_OFFSTACK
 	  them on the stack.  This is a bit more expensive, but avoids
 	  stack overflow.
 
-# Only ask if we haven't set cpumask_offstack.
-config DISABLE_OBSOLETE_CPUMASK_FUNCTIONS
-       bool "Disable obsolete cpumask functions" if !CPUMASK_OFFSTACK
-       default y if CPUMASK_OFFSTACK
-       help
-	 Remove the definitions of the obsolete cpus_ functions which are
-	 dangerous with offstack (ie. dynamically allocated) cpumasks.
-
 config CPU_RMAP
 	bool
 	depends on SMP
