From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761417AbZEOIaH (ORCPT ); Fri, 15 May 2009 04:30:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761165AbZEOI3i (ORCPT ); Fri, 15 May 2009 04:29:38 -0400 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 Date: Fri, 15 May 2009 10:28:28 +0200 (CEST) From: Thomas Gleixner 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 Subject: Re: [PATCH] ACPI: idle: rename lapic timer workaround routines 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 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