linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* compile fix for drm in 2.5.40
@ 2002-10-01 19:44 Aleksey I Zavilohin
  0 siblings, 0 replies; only message in thread
From: Aleksey I Zavilohin @ 2002-10-01 19:44 UTC (permalink / raw)
  To: faith; +Cc: linux-kernel


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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-01 19:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-01 19:44 compile fix for drm in 2.5.40 Aleksey I Zavilohin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).