From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754448Ab1IPH7q (ORCPT ); Fri, 16 Sep 2011 03:59:46 -0400 Received: from smtp-out.google.com ([74.125.121.67]:49468 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754366Ab1IPH7o (ORCPT ); Fri, 16 Sep 2011 03:59:44 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=dkim-signature:message-id:date:from:user-agent: mime-version:newsgroups:to:cc:subject:references:in-reply-to: content-type:content-transfer-encoding:x-system-of-record; b=IPJnLsxwteTcTh4SDP2STq/+FZgvnLfwrFwzvMFPhAK8nAGxsayzP+fv+YqQhepJ7 uSqnNCQw+1+FoBakjO1og== Message-ID: <4E7301EA.9070505@google.com> Date: Fri, 16 Sep 2011 00:59:38 -0700 From: Paul Turner User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 Newsgroups: gmane.linux.kernel To: Peter Zijlstra CC: Ingo Molnar , Thomas Gleixner , linux-kernel@vger.kernel.org, Steven Rostedt , Darren Hart , Manfred Spraul , David Miller , Eric Dumazet , Mike Galbraith Subject: Re: [RFC][PATCH 1/3] sched: Provide delayed wakeup list References: <20110914133034.687048806@chello.nl> <20110914133750.739484417@chello.nl> In-Reply-To: <20110914133750.739484417@chello.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-System-Of-Record: true Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It's probably worth folding the idle_cpu fix for checking whether there's an enqueued task into this. - Paul