|
@@ -88,7 +88,7 @@ static void __init rcu_bootup_announce_oddness(void)
|
|
#ifdef CONFIG_RCU_NOCB_CPU
|
|
#ifdef CONFIG_RCU_NOCB_CPU
|
|
#ifndef CONFIG_RCU_NOCB_CPU_NONE
|
|
#ifndef CONFIG_RCU_NOCB_CPU_NONE
|
|
if (!have_rcu_nocb_mask) {
|
|
if (!have_rcu_nocb_mask) {
|
|
- alloc_bootmem_cpumask_var(&rcu_nocb_mask);
|
|
|
|
|
|
+ zalloc_cpumask_var(&rcu_nocb_mask, GFP_KERNEL);
|
|
have_rcu_nocb_mask = true;
|
|
have_rcu_nocb_mask = true;
|
|
}
|
|
}
|
|
#ifdef CONFIG_RCU_NOCB_CPU_ZERO
|
|
#ifdef CONFIG_RCU_NOCB_CPU_ZERO
|