1. 29 8月, 2009 6 次提交
  2. 27 8月, 2009 12 次提交
  3. 03 8月, 2009 3 次提交
  4. 02 8月, 2009 1 次提交
  5. 30 7月, 2009 1 次提交
  6. 28 7月, 2009 1 次提交
  7. 26 6月, 2009 1 次提交
  8. 24 6月, 2009 7 次提交
  9. 20 6月, 2009 6 次提交
  10. 19 6月, 2009 1 次提交
  11. 18 6月, 2009 1 次提交
    • L
      ACPI: idle: rename lapic timer workaround routines · 7e275cc4
      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: NLen Brown <len.brown@intel.com>
      7e275cc4