From: Nick Piggin Date: Fri, 2 Dec 2005 01:44:19 +0000 (+1100) Subject: [PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routines X-Git-Tag: v2.6.15-rc5~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a298a35ebe060a6f2b06b20c2a34ea188ddfd37;p=pandora-kernel.git [PATCH] Fix TIF_POLLING_NRFLAG in ACPI idle routines Commit 64c7c8f88559624abdbe12b5da6502e8879f8d28 broke the ACPI C2 and C3 sleep states, because it left TIF_POLLING_NRFLAG active even though those states do not actually poll the reschedule flag at all. As a result, the CPU wouldn't get sent an IPI when it was to be woken up, and would only notice that it had runnable processes on the next timer tick. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed