From: Venkatesh Pallipadi Date: Thu, 22 Apr 2010 23:48:33 +0000 (-0700) Subject: ACPI: Minor cleanup eliminating redundant PMTIMER_TICKS to NS conversion X-Git-Tag: v2.6.35-rc1~20^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da513f582a96c053aacc2c92873978d2ea7abff;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed