Resent-Date: Fri, 13 Nov 1998 00:39:07 +0100 (MET)
Date: Fri, 13 Nov 1998 00:39:54 +0100 (CET)
From: Geert Uytterhoeven <Geert.Uytterhoeven@cs.kuleuven.ac.be>
To: Jes Sorensen <Jes.Sorensen@cern.ch>
cc: linux-m68k@lists.linux-m68k.org, linux-m68k@phil.uni-sb.de
Subject: Re: 2.1.127 is out
In-Reply-To: <199811112040.VAA19462@valhall.cern.ch>
Resent-From: linux-m68k@phil.uni-sb.de

On Wed, 11 Nov 1998, Jes Sorensen wrote:
> Finally it is here - yes I know it has been ages since last time I
> released anything.

Only one small patch this time...

diff -u --recursive --exclude-from=/home/geert/diff-excludes-linux --new-file jes-2.1.127/drivers/sound/dmasound.c m68k/drivers/sound/dmasound.c
--- jes-2.1.127/drivers/sound/dmasound.c	Thu Nov 12 19:54:54 1998
+++ m68k/drivers/sound/dmasound.c	Thu Nov 12 23:49:16 1998
@@ -816,7 +816,7 @@
 #define ONE_SECOND	HZ	/* in jiffies (100ths of a second) */
 #define NO_TIME_LIMIT	0xffffffff
 #define SLEEP(queue, time_limit) \
-	interruptible_sleep_on(&queue, (time_limit));
+	interruptible_sleep_on_timeout(&queue, (time_limit));
 #define WAKE_UP(queue)	(wake_up_interruptible(&queue))
 
 /*

Greetings,

						Geert

--
Geert Uytterhoeven                     Geert.Uytterhoeven@cs.kuleuven.ac.be
Wavelets, Linux/{m68k~Amiga,PPC~CHRP}  http://www.cs.kuleuven.ac.be/~geert/
Department of Computer Science -- Katholieke Universiteit Leuven -- Belgium

