From: Wu Fengguang Date: Wed, 26 Nov 2008 06:35:22 +0000 (+0800) Subject: ACPI: don't cond_resched() when irqs_disabled() X-Git-Tag: v2.6.28~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abe1dfab60e1839d115930286cb421f5a5b193f3;p=pandora-kernel.git ACPI: don't cond_resched() when irqs_disabled() The ACPI interpreter usually runs with irqs enabled. However, during suspend/resume it runs with irqs disabled to evaluate _GTS/_BFS, as well as by irqrouter_resume() which evaluates _CRS, _PRS, _SRS. http://bugzilla.kernel.org/show_bug.cgi?id=12252 Signed-off-by: Wu Fengguang Signed-off-by: Len Brown --- Reading git-diff-tree failed