Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[pandora-kernel.git] / lib / cpumask.c
index 14049a9..c101230 100644 (file)
@@ -163,6 +163,7 @@ void __init free_bootmem_cpumask_var(cpumask_var_t mask)
 {
        memblock_free_early(__pa(mask), cpumask_size());
 }
+#endif
 
 /**
  * cpumask_set_cpu_local_first - set i'th cpu with local numa cpu's first
@@ -226,5 +227,3 @@ out:
        return ret;
 }
 EXPORT_SYMBOL(cpumask_set_cpu_local_first);
-
-#endif