]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/microcode.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[linux-2.6] / arch / x86 / kernel / microcode.c
index fc4790638b69317bffce8a0992dc92b207f7edf8..652fa5c38ebe34c0846fc56f0a8e0eb89e5f3c6a 100644 (file)
@@ -657,9 +657,7 @@ static ssize_t reload_store(struct sys_device *dev,
        if (end == buf)
                return -EINVAL;
        if (val == 1) {
-               cpumask_t old;
-
-               old = current->cpus_allowed;
+               cpumask_t old = current->cpus_allowed;
 
                get_online_cpus();
                set_cpus_allowed_ptr(current, &cpumask_of_cpu(cpu));