From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932735AbbETP4b (ORCPT ); Wed, 20 May 2015 11:56:31 -0400 Received: from 251.110.2.81.in-addr.arpa ([81.2.110.251]:34697 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932715AbbETP4W (ORCPT ); Wed, 20 May 2015 11:56:22 -0400 Date: Wed, 20 May 2015 16:55:58 +0100 From: One Thousand Gnomes To: Ingo Molnar Cc: Thomas Gleixner , Borislav Petkov , Huang Rui , Len Brown , "Rafael J. Wysocki" , x86@kernel.org, linux-kernel@vger.kernel.org, Fengguang Wu , Aaron Lu , Tony Li , =?UTF-8?B?RnLDqWTDqXJpYw==?= Weisbecker Subject: Re: [RFC PATCH 2/4] x86, mwaitt: introduce mwaitx idle with a configurable timer Message-ID: <20150520165558.24bf2483@lxorguk.ukuu.org.uk> In-Reply-To: <20150520145122.GB10374@gmail.com> References: <1432022472-2224-3-git-send-email-ray.huang@amd.com> <20150519113121.GD4819@pd.tnic> <20150520085520.GA8566@gmail.com> <20150520091213.GA3645@pd.tnic> <20150520102258.GA21245@gmail.com> <20150520105032.GD3645@pd.tnic> <20150520111120.GA25215@gmail.com> <20150520112110.GG3645@pd.tnic> <20150520114125.GA31212@gmail.com> <20150520145122.GB10374@gmail.com> Organization: Intel Corporation X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-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 > That's not what appears to be happening here though: the MWAITX will > return after the timeout. > > Which isn't really useful unless we use it to drive timers. What about things like mdelay() ? Alan