From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750990AbdEAT4l (ORCPT ); Mon, 1 May 2017 15:56:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60682 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750798AbdEAT4k (ORCPT ); Mon, 1 May 2017 15:56:40 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A31FBC0AA370 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=riel@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A31FBC0AA370 Message-ID: <1493668598.31102.14.camel@redhat.com> Subject: Re: [PATCH 02/14] sched,cpumask: Export for_each_cpu_wrap() From: Rik van Riel To: Peter Zijlstra , mingo@kernel.org, lvenanci@redhat.com Cc: lwang@redhat.com, efault@gmx.de, tglx@linutronix.de, linux-kernel@vger.kernel.org Date: Mon, 01 May 2017 15:56:38 -0400 In-Reply-To: <20170428132502.451602973@infradead.org> References: <20170428131958.893188882@infradead.org> <20170428132502.451602973@infradead.org> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Mon, 01 May 2017 19:56:39 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2017-04-28 at 15:20 +0200, Peter Zijlstra wrote: > More users for for_each_cpu_wrap() have appeared. Promote the > construct > to generic cpumask interface. > > The implementation is slightly modified to reduce arguments. > > Cc: Ingo Molnar > Cc: Mike Galbraith > Cc: Lauro Ramos Venancio > Cc: Thomas Gleixner > Cc: Rik van Riel > Signed-off-by: Peter Zijlstra (Intel) > Link: http://lkml.kernel.org/r/20170414122005.o35me2h5nowqkxbv@hirez. > programming.kicks-ass.net > Acked-by: Rik van Riel