From linux-kernel-owner+willy=40w.ods.org@vger.kernel.org  Thu Feb 20 03:54:45 2003
Return-Path: <linux-kernel-owner+willy=40w.ods.org@vger.kernel.org>
Received: from vax.home.local (vax [10.2.1.2])
	by alpha.home.local (8.12.4/8.12.1) with ESMTP id h1K2sili018590
	for <willy@w.ods.org>; Thu, 20 Feb 2003 03:54:45 +0100
Received: from vger.kernel.org (vger.kernel.org [209.116.70.75])
	by vax.home.local (8.12.2/8.12.1) with ESMTP id h1K37Y1P015045
	for <willy@w.ods.org>; Thu, 20 Feb 2003 04:07:36 +0100 (CET)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
	id <S264729AbTBTCxM>; Wed, 19 Feb 2003 21:53:12 -0500
Received: (majordomo@vger.kernel.org) by vger.kernel.org
	id <S264730AbTBTCxM>; Wed, 19 Feb 2003 21:53:12 -0500
Received: from holly.csn.ul.ie ([136.201.105.4]:32424 "EHLO holly.csn.ul.ie")
	by vger.kernel.org with ESMTP id <S264729AbTBTCxL>;
	Wed, 19 Feb 2003 21:53:11 -0500
Received: from skynet.csn.ul.ie (skynet.csn.ul.ie [136.201.105.2])
	by holly.csn.ul.ie (Postfix) with ESMTP
	id 2919334C9A; Thu, 20 Feb 2003 03:05:07 +0000 (GMT)
Received: by skynet.csn.ul.ie (Postfix, from userid 2139)
	id 90635EA0C; Thu, 20 Feb 2003 03:03:08 +0000 (GMT)
Received: from localhost (localhost [127.0.0.1])
	by skynet.csn.ul.ie (Postfix) with ESMTP
	id 876A577C5; Thu, 20 Feb 2003 03:03:08 +0000 (GMT)
Date: 	Thu, 20 Feb 2003 03:03:08 +0000 (GMT)
From: Dave Airlie <airlied@linux.ie>
X-X-Sender: airlied@skynet
To: linux-kernel@vger.kernel.org
Cc: marcelo@conectiva.com.br, <alan@redhat.com>
Subject: [patch] i810 for loop replaced with udelay
Message-ID: <Pine.LNX.4.44.0302200254350.2961-100000@skynet>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: linux-kernel-owner@vger.kernel.org
Precedence: bulk
X-Mailing-List: 	linux-kernel@vger.kernel.org
Status: RO
Content-Length: 618
Lines: 24


Trivial patch pulled from the DRI tree against 2.4.20, please apply ..

Dave.


--- kernel-2.4-orig/drivers/char/drm/i810_dma.c	2003-02-20 14:04:22.000000000 +1100
+++ kernel-2.4/drivers/char/drm/i810_dma.c	2003-02-20 14:04:53.000000000 +1100
@@ -317,7 +317,7 @@
 		   	goto out_wait_ring;
 		}

-	   	for (i = 0 ; i < 2000 ; i++) ;
+	   	udelay(1);
 	}

 out_wait_ring:


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

