compile fix for drm in 2.5.40

From: Aleksey I Zavilohin (villain@villain.home.ems.chel.su)
Date: Tue Oct 01 2002 - 14:44:19 EST


please apply

diff -Nru a/drivers/char/drm/gamma_dma.c b/drivers/char/drm/gamma_dma.c
--- a/drivers/char/drm/gamma_dma.c 2002-10-02 01:27:53.000000000 +0600
+++ b/drivers/char/drm/gamma_dma.c 2002-10-02 01:29:49.000000000 +0600
@@ -128,8 +128,7 @@
                 clear_bit(0, &dev->dma_flag);
 
                                 /* Dispatch new buffer */
- queue_task(&dev->tq, &tq_immediate);
- mark_bh(IMMEDIATE_BH);
+ schedule_task(&dev->tq);
         }
 }
 

-- 
Kafka's Law:
	In the fight between you and the world, back the world.
		-- Franz Kafka, "RS's 1974 Expectation of Days"
-
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/



This archive was generated by hypermail 2b29 : Mon Oct 07 2002 - 22:00:28 EST