From: Dominik Brodowski Date: Sat, 24 Jun 2006 23:37:00 +0000 (-0400) Subject: ACPI: C-States: only demote on current bus mastering activity X-Git-Tag: v2.6.18-rc1~257^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a001b1ea32e09f7556178249b8885418858b5c;p=pandora-kernel.git ACPI: C-States: only demote on current bus mastering activity Only if bus master activity is going on at the present, we should avoid entering C3-type sleep, as it might be a faulty transition. As long as the bm_activity bitmask was based on the number of calls to the ACPI idle function, looking at previous moments made sense. Now, with it being based on what happened this jiffy, looking at this jiffy should be sufficient. Signed-off-by: Dominik Brodowski Signed-off-by: Andrew Morton Signed-off-by: Len Brown --- Reading git-diff-tree failed