瀏覽代碼

Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent

Ingo Molnar 13 年之前
父節點
當前提交
4d8cd7e780
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kernel/rcutree.c

+ 0 - 1
kernel/rcutree.c

@@ -1820,7 +1820,6 @@ __call_rcu(struct rcu_head *head, void (*func)(struct rcu_head *rcu),
 	 * a quiescent state betweentimes.
 	 */
 	local_irq_save(flags);
-	WARN_ON_ONCE(cpu_is_offline(smp_processor_id()));
 	rdp = this_cpu_ptr(rsp->rda);
 
 	/* Add the callback to our list. */