From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752037AbdFZOou (ORCPT ); Mon, 26 Jun 2017 10:44:50 -0400 Received: from merlin.infradead.org ([205.233.59.134]:58146 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbdFZOom (ORCPT ); Mon, 26 Jun 2017 10:44:42 -0400 Date: Mon, 26 Jun 2017 16:44:37 +0200 From: Peter Zijlstra To: riel@redhat.com Cc: linux-kernel@vger.kernel.org, jhladky@redhat.com, mingo@kernel.org, mgorman@suse.de Subject: Re: [PATCH 4/4] sched,fair: remove effective_load Message-ID: <20170626144437.GB4941@worktop> References: <20170623165530.22514-1-riel@redhat.com> <20170623165530.22514-5-riel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170623165530.22514-5-riel@redhat.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 23, 2017 at 12:55:30PM -0400, riel@redhat.com wrote: > From: Rik van Riel > > The function effective_load was only used by the NUMA balancing > code, and not by the regular load balancing code. Now that the > NUMA balancing code no longer uses it either, get rid of it. Hmm,... funny. It used to be used by wake-affine. I'll have to go check what happened.