Files
linux-apfs/drivers/acpi
Venkatesh Pallipadi 2da513f582 ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversion
acpi_enter_[simple,bm] does
idle timing in ns, convert it to timeval, then to us, then to
pmtimer_ticks and then back to ns.

This patch changes things to
idle timing in ns, convert it to us, and then to pmtimer_ticks.

Just saves an imul along this path, but makes the code cleaner.

Signed-off-by: Venkatesh Pallipadi <venki@google.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2010-05-28 15:00:55 -04:00
..
2010-04-27 03:15:08 -04:00
2010-05-20 01:02:55 -04:00
2010-04-04 00:50:01 -04:00
2010-02-18 03:49:38 -05:00
2010-05-20 01:02:15 -04:00