Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Apr 1998 22:15:37 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        "Alok K. Dhir" <adhir@worldbank.org>
Cc:        ache@nagual.pp.ru, Alok_K._Dhir/Person/World_Bank@notes.worldbank.org, current@FreeBSD.ORG, adkin003@tc.umn.edu
Subject:   Re: Working patch *with* splhigh() (Was Re: More info RE: X slowdown in -current) 
Message-ID:  <3445.891634537@critter.freebsd.dk>
In-Reply-To: Your message of "Fri, 03 Apr 1998 15:05:19 CDT." <Pine.BSF.3.96.980403150410.651A-100000@shadow.worldbank.org> 

next in thread | previous in thread | raw e-mail | index | archive | help

I know this sounds weird but could you try to insert these two lines ?

                if (itimerfix(&atv)) {
                        error = EINVAL; 
                        goto done;
                }
>>>>		s =splclock();
                term = ticks + tvtohz(&atv);
>>>>		splx(s);
        } else



--
Poul-Henning Kamp             FreeBSD coreteam member
phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
"Drink MONO-tonic, it goes down but it will NEVER come back up!"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3445.891634537>