From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 14 May 2003 23:00:58 +0000 Subject: Re: [Linux-ia64] Parallel make Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 14 May 2003 10:42:14 +0200, Eric Piel said: Eric> David Mosberger wrote: >> BTW: have you gotten any feedback regarding the timer bug you >> reported? I think the same (rounding) bug may have broken the >> profil() call in libc. Eric> Yes, I'm working with George Anzinger on this issue. For now a Eric> "workaround" is to revert the functions Eric> timespec_to_jiffies()...jiffies_to_timeval() in Eric> include/linux/time.h and tstojiffie() in posix-timers.c to the Eric> versions of 2.5.67 . That works for me. Undoing the time.h changes does make profil() work again. Thanks, --david