From owner-freebsd-current Fri Apr 3 12:16:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12742 for freebsd-current-outgoing; Fri, 3 Apr 1998 12:16:52 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12683 for ; Fri, 3 Apr 1998 12:16:43 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id WAA03447; Fri, 3 Apr 1998 22:15:38 +0200 (CEST) To: "Alok K. Dhir" 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) In-reply-to: Your message of "Fri, 03 Apr 1998 15:05:19 CDT." Date: Fri, 03 Apr 1998 22:15:37 +0200 Message-ID: <3445.891634537@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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