From owner-freebsd-current@FreeBSD.ORG Mon Jul 11 19:16:33 2005 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A81ED16A41C for ; Mon, 11 Jul 2005 19:16:33 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ACC4943D49 for ; Mon, 11 Jul 2005 19:16:32 +0000 (GMT) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 11 Jul 2005 19:16:31 -0000 Received: from h081217095100.dyn.cm.kabsi.at (EHLO localhost.localdomain) [81.217.95.100] by mail.gmx.net (mp034) with SMTP; 11 Jul 2005 21:16:31 +0200 X-Authenticated: #16703784 From: Stefan Ehmann To: John Baldwin In-Reply-To: <200507111101.29623.jhb@FreeBSD.org> References: <42C92DC5.3060101@gddsn.org.cn> <200507091517.57736.jhb@FreeBSD.org> <1120939825.937.11.camel@taxman.pepperland> <200507111101.29623.jhb@FreeBSD.org> Content-Type: text/plain Date: Mon, 11 Jul 2005 21:16:34 +0200 Message-Id: <1121109394.1330.0.camel@taxman.pepperland> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: current@FreeBSD.org, Fabian Keil Subject: Re: Suspend broken ? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2005 19:16:33 -0000 On Mon, 2005-07-11 at 11:01 -0400, John Baldwin wrote: > On Saturday 09 July 2005 04:10 pm, Stefan Ehmann wrote: > > On Sat, 2005-07-09 at 15:17 -0400, John Baldwin wrote: > > > I think you just need to remove the extra { after the if statement on > > > line 539 at the end of the line. > > > > This and changing timer0_max_real_count to timer0_real_max_count made it > > compilable. > > > > But this time the system is immediately very slow (not just after > > suspend) and I get this strange error message on startup: > > > > calcru: runtime went backwards from 68378390 usec to 67512958 usec for > > pid 11 (idle: cpu0) > > I had never set timer0_real_max_count. :( One more time: This new patch fixes the problem for me. Thanks