From: Len Brown Date: Fri, 15 May 2009 06:08:44 +0000 (-0400) Subject: ACPI: idle: rename lapic timer workaround routines X-Git-Tag: v2.6.31-rc1~12^2~9^12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e275cc4e8e20f82740bf40ae2f5695e9e35ff09;p=pandora-kernel.git ACPI: idle: rename lapic timer workaround routines 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 --- Reading git-diff-tree failed