From owner-freebsd-arm@FreeBSD.ORG Sun Sep 1 10:20:01 2013 Return-Path: Delivered-To: freebsd-arm@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id BF89ED66 for ; Sun, 1 Sep 2013 10:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD453243F for ; Sun, 1 Sep 2013 10:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r81AK12j001202 for ; Sun, 1 Sep 2013 10:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r81AK1Rh001201; Sun, 1 Sep 2013 10:20:01 GMT (envelope-from gnats) Date: Sun, 1 Sep 2013 10:20:01 GMT Message-Id: <201309011020.r81AK1Rh001201@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org Cc: From: Chie Taguchi Subject: Re: arm/181718: threads caused hung on ARM/RPI X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chie Taguchi List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 10:20:01 -0000 The following reply was made to PR arm/181718; it has been noted by GNATS. From: Chie Taguchi To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-arm@FreeBSD.org Cc: taguchi.ch@gmail.com Subject: Re: arm/181718: threads caused hung on ARM/RPI Date: Sun, 1 Sep 2013 19:18:07 +0900 This is a multi-part message in MIME format. --Multipart=_Sun__1_Sep_2013_19_18_07_+0900_TsjHl4gNLICNWh// Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit it is looks like missing one of my patches. and i will reattach it. thanks. C.Taguchi On Sun, 1 Sep 2013 10:00:00 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `arm/181718'. > The individual assigned to look at your > report is: freebsd-arm. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=181718 > > >Category: arm > >Responsible: freebsd-arm > >Synopsis: threads caused hung on ARM/RPI > >Arrival-Date: Sun Sep 01 10:00:00 UTC 2013 -- Chie Taguchi --Multipart=_Sun__1_Sep_2013_19_18_07_+0900_TsjHl4gNLICNWh// Content-Type: text/plain; name="patch-nspr-pr-include-md-_freebsd_cfg.txt" Content-Disposition: attachment; filename="patch-nspr-pr-include-md-_freebsd_cfg.txt" Content-Transfer-Encoding: 7bit --- ../pr/include/md/_freebsd.cfg.orig 2013-08-28 13:17:50.000000000 +0900 +++ ../pr/include/md/_freebsd.cfg 2013-08-28 00:35:07.000000000 +0900 @@ -20,7 +20,7 @@ #define HAVE_LONG_LONG #endif -#if defined(__i386__) +#if defined(__i386__) || defined(__arm__) #define IS_LITTLE_ENDIAN 1 #undef IS_BIG_ENDIAN --Multipart=_Sun__1_Sep_2013_19_18_07_+0900_TsjHl4gNLICNWh//--