[PULL] cpumask fixes

From: Rusty Russell
Date: Tue Jun 09 2009 - 09:38:55 EST


The following changes since commit 3af968e066d593bc4dacc021715f3e95ddf0996f:
Linus Torvalds (1):
async: Fix lack of boot-time console due to insufficient synchronization

are available in the git repository at:

ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master

Avi Kivity (1):
kvm: fix kvm reboot crash when MAXSMP is used

Yinghai Lu (2):
cpumask: introduce zalloc_cpumask_var
cpumask: alloc zeroed cpumask for static cpumask_var_ts

arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.c | 2 +-
arch/x86/kernel/cpu/cpufreq/powernow-k7.c | 2 +-
arch/x86/kernel/cpu/cpufreq/powernow-k8.c | 2 +-
arch/x86/kernel/cpu/cpufreq/speedstep-centrino.c | 2 +-
arch/x86/kernel/cpu/mcheck/mce_64.c | 2 +-
arch/x86/kernel/tlb_uv.c | 2 +-
drivers/acpi/processor_core.c | 2 +-
drivers/cpufreq/cpufreq.c | 2 +-
include/linux/cpumask.h | 15 +++++++++++++++
kernel/sched_cpupri.c | 2 +-
kernel/sched_rt.c | 2 +-
kernel/smp.c | 2 +-
lib/cpumask.c | 12 ++++++++++++
virt/kvm/kvm_main.c | 2 +-
14 files changed, 39 insertions(+), 12 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/