Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760637Ab1D1PZs (ORCPT ); Thu, 28 Apr 2011 11:25:48 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:33346 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754241Ab1D1PZr (ORCPT ); Thu, 28 Apr 2011 11:25:47 -0400 X-SecurityPolicyCheck-FJ: OK by FujitsuOutboundMailChecker v1.3.1 From: KOSAKI Motohiro To: Thiago Farina Subject: Re: [PATCH] powerpc: convert old cpumask API into new one Cc: kosaki.motohiro@jp.fujitsu.com, LKML , Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org In-Reply-To: References: <20110429000901.3D66.A69D9226@jp.fujitsu.com> Message-Id: <20110429002723.3D74.A69D9226@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.56.05 [ja] Date: Fri, 29 Apr 2011 00:25:44 +0900 (JST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 940 Lines: 21 > > @@ -268,9 +269,9 @@ void __init cbe_regs_init(void) > >                                thread->regs = map; > >                                thread->cbe_id = cbe_id; > >                                map->be_node = thread->be_node; > > -                               cpu_set(i, cbe_local_mask[cbe_id]); > > +                               cpumask_set_cpu(i, &cbe_local_mask[cbe_id]); > >                                if(thread->thread_id == 0) > while you are here, could you add a space between if and ( ? Oh, this is NOT a part of my change. I don't want to insert unrelated cleanup. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/