ACPI: idle: rename lapic timer workaround routines
authorLen Brown <len.brown@intel.com>
Fri, 15 May 2009 06:08:44 +0000 (02:08 -0400)
committerLen Brown <len.brown@intel.com>
Thu, 18 Jun 2009 05:01:42 +0000 (01:01 -0400)
commit7e275cc4e8e20f82740bf40ae2f5695e9e35ff09
treed2d05482bad580a80ba04b5478030e207216ec05
parent0c526d96a5bd86c70507b7d9372e6a26a1e3ea43
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 <len.brown@intel.com>
drivers/acpi/processor_idle.c