commit | b8f68e9ffaf5e7c9c463ecd2598cc33f8e6df75e | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Mon Sep 12 18:49:24 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Sep 12 10:50:55 2005 -0700 |
tree | fc3775daf2933afac248f2989f0d647e4e49b3af | |
parent | e99b861a3e9ec93a48b985519e09b2515c201e8d [diff] |
[PATCH] x86-64: Fix idle=poll x86_64 idle=poll might be a little less responsive than it should: unlike mwait_idle, and unlike i386, its poll_idle left TIF_POLLING_NRFLAG set. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>