From owner-freebsd-ppc@FreeBSD.ORG Fri Aug 5 15:56:29 2011 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0CF2106564A for ; Fri, 5 Aug 2011 15:56:29 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-pz0-f45.google.com (mail-pz0-f45.google.com [209.85.210.45]) by mx1.freebsd.org (Postfix) with ESMTP id 99E6F8FC13 for ; Fri, 5 Aug 2011 15:56:29 +0000 (UTC) Received: by pzk33 with SMTP id 33so10163538pzk.18 for ; Fri, 05 Aug 2011 08:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RXal11tAPQCAjBvXr7jcntiNnh3R6vhSr0sekYW7o5g=; b=VW0GBF7YDdYLhEXDrw9s8ccMMMzEOIFvflz1vOnAFn5gI+3VBsf1TIzoLVdNNFm//r Zz13lGFrOyItY1NgH+r+vwgZKubXcC4z0a4pNCa2K3AvGeYnkzHdQrEjb3QKVbwocJFO pIZLsdR/dUHCk+pTiRJnxycbBH9aYRttM8SOA= MIME-Version: 1.0 Received: by 10.142.150.20 with SMTP id x20mr2085275wfd.62.1312559789108; Fri, 05 Aug 2011 08:56:29 -0700 (PDT) Received: by 10.68.42.136 with HTTP; Fri, 5 Aug 2011 08:56:29 -0700 (PDT) Received: by 10.68.42.136 with HTTP; Fri, 5 Aug 2011 08:56:29 -0700 (PDT) In-Reply-To: References: Date: Fri, 5 Aug 2011 11:56:29 -0400 Message-ID: From: Justin Hibbits To: Super Bisquit Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD PowerPC ML Subject: Re: Lags and setjmp X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2011 15:56:29 -0000 That wouldn't work, because ld/std are powerpc64-only (load/store double sized words -- 8-bytes) -Justin On Aug 5, 2011 11:48 AM, "Super Bisquit" wrote: > The file /usr/src/sys/powerpc/powerpc/setjmp.S has > > #ifdef __powerpc64__ > > at line nine. Maybe this is affecting the system because: > the lag seems to occur on Xorg/Xserver with the cursor having to be moved > before there is a response. > I'm wondering if setting the vale to powerpc instead of powerpc64 would stop > this action. > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org"