Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2013 19:18:07 +0900
From:      Chie Taguchi <taguchi.ch@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org, freebsd-arm@FreeBSD.org
Subject:   Re: arm/181718: threads caused hung on ARM/RPI
Message-ID:  <20130901191807.aa3854586f3d7e6514fb09d8@gmail.com>
In-Reply-To: <201309011000.r81A00Dh096364@freefall.freebsd.org>
References:  <201309010952.r819qR5G016511@oldred.freebsd.org> <201309011000.r81A00Dh096364@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <taguchi.ch@gmail.com>

--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//--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130901191807.aa3854586f3d7e6514fb09d8>