Date: Sun, 1 Sep 2013 10:20:01 GMT From: Chie Taguchi <taguchi.ch@gmail.com> To: freebsd-arm@FreeBSD.org Subject: Re: arm/181718: threads caused hung on ARM/RPI Message-ID: <201309011020.r81AK1Rh001201@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR arm/181718; it has been noted by GNATS. From: Chie Taguchi <taguchi.ch@gmail.com> 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 <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?201309011020.r81AK1Rh001201>