Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751950AbbDPT0W (ORCPT ); Thu, 16 Apr 2015 15:26:22 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:35227 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751200AbbDPT0R (ORCPT ); Thu, 16 Apr 2015 15:26:17 -0400 Date: Thu, 16 Apr 2015 15:26:14 -0400 (EDT) Message-Id: <20150416.152614.2206192390901163987.davem@davemloft.net> To: rusty@rustcorp.com.au Cc: sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cpumask: remove __first_cpu / __next_cpu From: David Miller In-Reply-To: <87k2xcr8cr.fsf@rustcorp.com.au> References: <87k2xcr8cr.fsf@rustcorp.com.au> X-Mailer: Mew version 6.6 on Emacs 24.4 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 16 Apr 2015 12:26:17 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 771 Lines: 21 From: Rusty Russell Date: Thu, 16 Apr 2015 14:13:32 +0930 > [ Final grep before push to Linus revealed sparc used these directly, > please Ack. Against my cpumask-next tree. ] > > They were for use by the deprecated first_cpu() and next_cpu() wrappers, > but sparc used them directly. > > They're now replaced by cpumask_first / cpumask_next. And __next_cpu_nr > is completely obsolete. > > Signed-off-by: Rusty Russell Acked-by: David S. Miller -- 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/