From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754471AbdDMOuo (ORCPT ); Thu, 13 Apr 2017 10:50:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36068 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754109AbdDMOum (ORCPT ); Thu, 13 Apr 2017 10:50:42 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 77AA08FCE1 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=riel@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 77AA08FCE1 Message-ID: <1492095026.2896.0.camel@redhat.com> Subject: Re: [RFC 1/3] sched/topology: Refactor function build_overlap_sched_groups() From: Rik van Riel To: Lauro Ramos Venancio , linux-kernel@vger.kernel.org Cc: lwang@redhat.com, Mike Galbraith , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Date: Thu, 13 Apr 2017 10:50:26 -0400 In-Reply-To: <1492091769-19879-2-git-send-email-lvenanci@redhat.com> References: <1492091769-19879-1-git-send-email-lvenanci@redhat.com> <1492091769-19879-2-git-send-email-lvenanci@redhat.com> 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.26]); Thu, 13 Apr 2017 14:50:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2017-04-13 at 10:56 -0300, Lauro Ramos Venancio wrote: > Create functions build_group_from_child_sched_domain() and > init_overlap_sched_group(). No functional change. > > Signed-off-by: Lauro Ramos Venancio > Acked-by: Rik van Riel