Received: from [88.191.250.45] (helo=gna.org)
	by mx28.web.de with esmtp (WEB.DE 4.107 #114) id 1HKbck-0006k3-00
	for jan.kiszka@domain.hid; Fri, 23 Feb 2007 15:42:14 +0100
Received: from localhost ([127.0.0.1] helo=bart.gna.org)
	by gna.org with esmtp (Exim 4.50)
	id 1HKbdC-0003zk-Ba; Fri, 23 Feb 2007 15:42:42 +0100
Received: from Debian-exim by gna.org with spam-scanned (Exim 4.50)
	id 1HKbd4-0003zN-Mt
	for adeos-main@gna.org; Fri, 23 Feb 2007 15:42:40 +0100
X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on mail.gna.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.4 required=3.3 tests=AWL,BAYES_00,
	FORGED_RCVD_HELO,UPPERCASE_25_50 autolearn=ham version=3.1.4
Received: from fmmailgate01.web.de ([217.72.192.221])
	by gna.org with esmtp (Exim 4.50) id 1HKbd4-0003xp-Kk
	for adeos-main@gna.org; Fri, 23 Feb 2007 15:42:34 +0100
Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172])
	by fmmailgate01.web.de (Postfix) with ESMTP id 122416358CE6;
	Fri, 23 Feb 2007 15:40:20 +0100 (CET)
Received: from [130.75.137.37] (helo=[130.75.137.37])
	by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256)
	(WEB.DE 4.107 #114)
	id 1HKbat-0002Kd-00; Fri, 23 Feb 2007 15:40:20 +0100
Message-ID: <45DEFCD1.1050505@domain.hid>
Date: Fri, 23 Feb 2007 15:40:17 +0100
From: Jan Kiszka <jan.kiszka@domain.hid>
User-Agent: Thunderbird 1.5.0.9 (Windows/20061207)
MIME-Version: 1.0
To: Philippe Gerum <rpm@xenomai.org>
X-Enigmail-Version: 0.94.2.0
X-Sender: jan.kiszka@domain.hid
Cc: adeos-main <adeos-main@gna.org>
Subject: [Adeos-main] [PATCH] include IRQ and domain states in panic dump
X-BeenThere: adeos-main@gna.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: General discussion about Adeos <adeos-main.gna.org>
List-Unsubscribe: <https://mail.gna.org/listinfo/adeos-main>,
	<mailto:adeos-main-request@domain.hid>
List-Archive: </public/adeos-main>
List-Post: <mailto:adeos-main@gna.org>
List-Help: <mailto:adeos-main-request@domain.hid>
List-Subscribe: <https://mail.gna.org/listinfo/adeos-main>,
	<mailto:adeos-main-request@domain.hid>
Content-Type: multipart/mixed; boundary="===============0161630869=="
Mime-version: 1.0
Errors-To: adeos-main-bounces@domain.hid
Sender: adeos-main-bounces@domain.hid

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--===============0161630869==
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="------------enigB7673CFB32A3C1058D692DCA"

This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enigB7673CFB32A3C1058D692DCA
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: quoted-printable

Index: linux-2.6.20.1/kernel/ipipe/tracer.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- linux-2.6.20.1.orig/kernel/ipipe/tracer.c
+++ linux-2.6.20.1/kernel/ipipe/tracer.c
@@ -622,6 +622,18 @@ void ipipe_trace_panic_dump(void)
 		struct ipipe_trace_point *point =3D &panic_path->point[pos];
 		long time;
 		char buf[16];
+		int i;
+
+		printk(" %c", (point->flags & IPIPE_TFLG_HWIRQ_OFF) ?
+			       '|' : ' ');
+
+		for (i =3D IPIPE_TFLG_DOMSTATE_BITS; i >=3D 0; i--)
+			printk("%c",
+				(IPIPE_TFLG_CURRENT_DOMAIN(point) =3D=3D i) ?
+				(IPIPE_TFLG_DOMAIN_STALLED(point, i) ?
+					'#' : '+') :
+				(IPIPE_TFLG_DOMAIN_STALLED(point, i) ?
+					'*' : ' '));
=20
 		if (!point->eip)
 			printk("-<invalid>-\n");=20



--------------enigB7673CFB32A3C1058D692DCA
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF3vzRniDOoMHTA+kRAjHsAKCDi7RXvOQZ4+SZAuYWQBfFZGb2XgCeMMiH
DpM29YE2dXVzalzKXNFgFVg=
=HbwE
-----END PGP SIGNATURE-----

--------------enigB7673CFB32A3C1058D692DCA--


--===============0161630869==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Adeos-main mailing list
Adeos-main@domain.hid
https://mail.gna.org/listinfo/adeos-main

--===============0161630869==--

