]> err.no Git - linux-2.6/blobdiff - kernel/profile.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6] / kernel / profile.c
index 857300a2afec92d97a724255402780745f042916..f940b462eec9a34eb7c3cad4ee958a2ec0f1f5bc 100644 (file)
@@ -399,7 +399,7 @@ static int prof_cpu_mask_write_proc (struct file *file, const char __user *buffe
        unsigned long full_count = count, err;
        cpumask_t new_value;
 
-       err = cpumask_parse(buffer, count, new_value);
+       err = cpumask_parse_user(buffer, count, new_value);
        if (err)
                return err;