From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH] ACPI: idle: rename lapic timer workaround routines Date: Fri, 15 May 2009 10:28:28 +0200 (CEST) Message-ID: References: <200905110226.50115.elendil@planet.nl> <4A0855A5.8040109@tut.fi> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from www.tglx.de ([62.245.132.106]:53055 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761125AbZEOI3g (ORCPT ); Fri, 15 May 2009 04:29:36 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Len Brown Cc: Venkatesh Pallipadi , Janne Kulmala , Frans Pop , Linux Kernel Mailing List , Steven Rostedt , Ingo Molnar , johnstul@us.ibm.com, linux-acpi@vger.kernel.org On Fri, 15 May 2009, Len Brown wrote: > From: Len Brown > > cosmetic only. The lapic_timer workaround routines > are specific to the lapic_timer, and are not acpi-generic. > > old: > > acpi_timer_check_state() > acpi_propagate_timer_broadcast() > acpi_state_timer_broadcast() > > new: > > lapic_timer_check_state() > lapic_timer_propagate_broadcast() > lapic_timer_state_broadcast() > > also, simplify the code in acpi_processor_power_verify() > so that lapic_timer_check_state() is simply called > from one place for all valid C-states, including C1. > > Signed-off-by: Len Brown Acked-by: Thomas Gleixner