From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755184AbcK2Alm (ORCPT ); Mon, 28 Nov 2016 19:41:42 -0500 Received: from mga14.intel.com ([192.55.52.115]:1239 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755079AbcK2Alh (ORCPT ); Mon, 28 Nov 2016 19:41:37 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,565,1473145200"; d="scan'208";a="1065433070" Date: Mon, 28 Nov 2016 16:39:48 -0800 From: Jacob Pan To: Jacob Pan Cc: "Rafael J. Wysocki" , Peter Zijlstra , Ingo Molnar , Thomas Gleixner , LKML , Linux PM , Arjan van de Ven , Srinivas Pandruvada , Len Brown , Rafael Wysocki , Eduardo Valentin , Zhang Rui , Petr Mladek , Sebastian Andrzej Siewior Subject: Re: [PATCH v4 1/2] idle: add support for tasks that inject idle Message-ID: <20161128163948.28ff2fb8@icelake> In-Reply-To: <20161128163307.7b5b7d68@icelake> References: <1480368809-23685-1-git-send-email-jacob.jun.pan@linux.intel.com> <1480368809-23685-2-git-send-email-jacob.jun.pan@linux.intel.com> <20161128163307.7b5b7d68@icelake> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 28 Nov 2016 16:33:07 -0800 Jacob Pan wrote: > > > + cpuidle_use_deepest_state(false); > > > > This actually depends on your [2/2], doesn't it? > > right, I shall put that after 2/2. I mean reverse the order of the two patches. Should I resend the series or you can reverse the order? Thanks, Jacob