From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932105AbdCBIjr (ORCPT ); Thu, 2 Mar 2017 03:39:47 -0500 Received: from mail-pg0-f45.google.com ([74.125.83.45]:36429 "EHLO mail-pg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753587AbdCBIjp (ORCPT ); Thu, 2 Mar 2017 03:39:45 -0500 From: Viresh Kumar To: Rafael Wysocki , Ingo Molnar , Peter Zijlstra Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot , Viresh Kumar Subject: [PATCH 0/3] cupfreq: schedutil: Minor fix and cleanups Date: Thu, 2 Mar 2017 14:03:19 +0530 Message-Id: X-Mailer: git-send-email 2.7.1.410.g6faf27b Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The first patch fixes an issue and the other two do cleanups. I have run hackbench with these patches and no regressions were noticed. -- viresh Viresh Kumar (3): cpufreq: schedutil: move cached_raw_freq to struct sugov_policy cpufreq: schedutil: Pass sg_policy to get_next_freq() cpufreq: schedutil: remove redundant code from sugov_next_freq_shared() kernel/sched/cpufreq_schedutil.c | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) -- 2.7.1.410.g6faf27b