ChangeSet 1.1498, 2005/04/07 09:07:11-03:00, [EMAIL PROTECTED]

        [PATCH] x86_64: Fix idle=poll
        
        Fix idle=poll
        
        It got broken by the MWAIT idle loop changes.
        
        Signed-off-by: Andi Kleen <[EMAIL PROTECTED]>
        
        Index: linux/arch/x86_64/kernel/process.c
        ===================================================================



 process.c |    1 -
 1 files changed, 1 deletion(-)


diff -Nru a/arch/x86_64/kernel/process.c b/arch/x86_64/kernel/process.c
--- a/arch/x86_64/kernel/process.c      2005-04-07 11:03:59 -07:00
+++ b/arch/x86_64/kernel/process.c      2005-04-07 11:03:59 -07:00
@@ -185,7 +185,6 @@
                }
                return 1;
        }
-       pm_idle = default_idle;
        return 1;
 }
 
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-24" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to