From: Venkatesh Pallipadi Date: Wed, 2 Jun 2010 17:01:09 +0000 (-0700) Subject: ACPI: Eliminate us to pm ticks conversion in common path X-Git-Tag: v2.6.35-rc2~39^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bceefad59ab66d1b1a815a1738744ea013da966e;p=pandora-kernel.git ACPI: Eliminate us to pm ticks conversion in common path acpi_enter_[simple|bm] routines does us to pm tick conversion on every idle wakeup and the value is only used in /proc/acpi display. We can store the time in us and convert it into pm ticks before printing instead and avoid the conversion in the common path. Signed-off-by: Venkatesh Pallipadi Signed-off-by: Len Brown --- Reading git-diff-tree failed