From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dean Nelson Date: Mon, 11 Jul 2005 12:52:56 +0000 Subject: Re: [PATCH 6/14] ia64/sn: use msleep_interruptible() instead of schedule_timeout() Message-Id: <20050711125256.GA26049@sgi.com> List-Id: References: <20050709001022.GL2596@us.ibm.com> In-Reply-To: <20050709001022.GL2596@us.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Fri, Jul 08, 2005 at 05:10:22PM -0700, Nishanth Aravamudan wrote: > From: Nishanth Aravamudan > > Description: Replace schedule_timeout() with msleep_interruptible() to > guarantee the task delays as expected. > > Signed-off-by: Nishanth Aravamudan Your changes to arch/ia64/sn/kernel/xpc_main.c looked good to me. Thanks.