From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758747AbZEODh1 (ORCPT ); Thu, 14 May 2009 23:37:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754261AbZEODhP (ORCPT ); Thu, 14 May 2009 23:37:15 -0400 Received: from vms173019pub.verizon.net ([206.46.173.19]:36056 "EHLO vms173019pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755153AbZEODhN (ORCPT ); Thu, 14 May 2009 23:37:13 -0400 Date: Thu, 14 May 2009 23:36:49 -0400 (EDT) From: Len Brown X-X-Sender: lenb@localhost.localdomain To: Thomas Gleixner Cc: Janne Kulmala , Frans Pop , Linux Kernel Mailing List , Steven Rostedt , Ingo Molnar , johnstul@us.ibm.com Subject: Re: [PATCH] ACPI: idle: fix init-time TSC check regression In-reply-to: Message-id: References: <200905110226.50115.elendil@planet.nl> <4A0855A5.8040109@tut.fi> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > + if (cx->valid) > > + tsc_check_state(cx->type); > > > > if (cx->valid) > > working++; > > Could do with > > if (cx->valid) { > tsc_check_state(cx->type); > working++; > } right, i deferred that to a cosmetic-only patch that will also rename and move acpi_timer_check_state. > Otherwise Acked-by: Thomas Gleixner thanks, Len Brown, Intel Open Source Technology Center