Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 May 2011 20:24:41 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Andriy Gapon <avg@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   Re: svn commit: r222060 - in user/avg/xcpu/sys: kern sys
Message-ID:  <20110518182441.GB2273@garage.freebsd.pl>
In-Reply-To: <201105181508.p4IF8UoS096841@svn.freebsd.org>
References:  <201105181508.p4IF8UoS096841@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--0eh6TmSyL6TZE2Uz
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Wed, May 18, 2011 at 03:08:30PM +0000, Andriy Gapon wrote:
[...]
> --- user/avg/xcpu/sys/sys/proc.h	Wed May 18 15:07:36 2011	(r222059)
> +++ user/avg/xcpu/sys/sys/proc.h	Wed May 18 15:08:30 2011	(r222060)
> @@ -781,7 +781,7 @@ MALLOC_DECLARE(M_SUBPROC);
>   * Otherwise, the kernel will deadlock since the scheduler isn't
>   * going to run the thread that holds the lock we need.
>   */
> -#define	THREAD_PANICED()	\
> +#define	TD_IS_INPANIC()	\
>  	(panicstr !=3D NULL && (curthread->td_flags & TDF_INPANIC) !=3D 0)

Does TDF_INPANIC make sense without panicstr being set?

--=20
Pawel Jakub Dawidek                       http://www.wheelsystems.com
FreeBSD committer                         http://www.FreeBSD.org
Am I Evil? Yes, I Am!                     http://yomoli.com

--0eh6TmSyL6TZE2Uz
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)

iEYEARECAAYFAk3UDugACgkQForvXbEpPzRFeQCeJrx29VVJQEF7XDh0PvLt+peO
Ra0AnR4UHiG8mHFzyT9g7iCV76bjVgE6
=Uggq
-----END PGP SIGNATURE-----

--0eh6TmSyL6TZE2Uz--



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