From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752264AbYLHJLA (ORCPT ); Mon, 8 Dec 2008 04:11:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751301AbYLHJKn (ORCPT ); Mon, 8 Dec 2008 04:10:43 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:45194 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751066AbYLHJKn (ORCPT ); Mon, 8 Dec 2008 04:10:43 -0500 Date: Mon, 08 Dec 2008 01:10:43 -0800 (PST) Message-Id: <20081208.011043.229232186.davem@davemloft.net> To: rusty@rustcorp.com.au Cc: linux-kernel@vger.kernel.org, travis@sgi.com Subject: Re: [PATCH] sparc: replace for_each_cpu_mask_nr with for_each_cpu From: David Miller In-Reply-To: <200812072136.17757.rusty@rustcorp.com.au> References: <200812072136.17757.rusty@rustcorp.com.au> X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Rusty Russell Date: Sun, 7 Dec 2008 21:36:17 +1030 > Simple replacement, now the _nr is redundant. > > Signed-off-by: Rusty Russell > Signed-off-by: Mike Travis I had to shoe-horn this into sparc-next-2.6 since we've fully unified both sparc ports to be under arch/sparc. Applied, thanks!