+1
-1
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
+1
-1
arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c
+1
-1
arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+1
-1
arch/x86/kernel/cpu/cpufreq/powernow-k7.c
+1
-1
arch/x86/kernel/cpu/cpufreq/powernow-k8.c
+1
-1
arch/x86/kernel/cpu/cpufreq/powernow-k8.c
···
887
887
/* notify BIOS that we exist */
888
888
acpi_processor_notify_smm(THIS_MODULE);
889
889
890
-
if (!alloc_cpumask_var(&data->acpi_data.shared_cpu_map, GFP_KERNEL)) {
890
+
if (!zalloc_cpumask_var(&data->acpi_data.shared_cpu_map, GFP_KERNEL)) {
891
891
printk(KERN_ERR PFX
892
892
"unable to alloc powernow_k8_data cpumask\n");
893
893
ret_val = -ENOMEM;
+1
-1
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
+1
-1
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c
···
471
471
472
472
if (unlikely(!alloc_cpumask_var(&saved_mask, GFP_KERNEL)))
473
473
return -ENOMEM;
474
-
if (unlikely(!alloc_cpumask_var(&covered_cpus, GFP_KERNEL))) {
474
+
if (unlikely(!zalloc_cpumask_var(&covered_cpus, GFP_KERNEL))) {
475
475
free_cpumask_var(saved_mask);
476
476
return -ENOMEM;
477
477
}
+1
-1
arch/x86/kernel/cpu/mcheck/mce_64.c
+1
-1
arch/x86/kernel/cpu/mcheck/mce_64.c
+1
-1
arch/x86/kernel/tlb_uv.c
+1
-1
arch/x86/kernel/tlb_uv.c
+1
-1
drivers/acpi/processor_core.c
+1
-1
drivers/acpi/processor_core.c
+1
-1
drivers/cpufreq/cpufreq.c
+1
-1
drivers/cpufreq/cpufreq.c
+1
-1
kernel/sched_cpupri.c
+1
-1
kernel/sched_cpupri.c
+1
-1
kernel/sched_rt.c
+1
-1
kernel/sched_rt.c