From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 29 05:32:19 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E24BF106564A for ; Wed, 29 Dec 2010 05:32:19 +0000 (UTC) (envelope-from sandeep.gopalpet@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8118FC16 for ; Wed, 29 Dec 2010 05:32:19 +0000 (UTC) Received: by yxh35 with SMTP id 35so4522791yxh.13 for ; Tue, 28 Dec 2010 21:32:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=UGAokdOyjHC6wetmuXXN/+NKy9XtLtvTl+3o1iLwS7M=; b=AVN80RZD9NKUHNDsv2hDV40dXZT7OR2A/mgU12MX/3PhG6Ib5NYIAVY3TVm8rhItgf hH4VvlM4YOwTnG8sOOYi876nwwJ8YxpIPm1JtaFafaGgfmAFeNHKRpVo65hzNNFXMlbl eYJ4PggquaiHVgP1D9Gmu/Ters5P8raPt5Mbo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=XwVKQATBoi7SV/QDWg+o59qPQi6h4zIfttx//dd/m516pGuVCpHhljtTVWk3o74AYn oZCooSRMWT3Yc/wCM2fuNmZOpRENP4quYW+awYs2Jaz5Zh4eGeyxzyJ5D9U0PBnJmDP+ xjYHn3w3lcnGn96hPXSUHlGrDkEUete7FwcbM= MIME-Version: 1.0 Received: by 10.100.92.14 with SMTP id p14mr2712612anb.17.1293599083959; Tue, 28 Dec 2010 21:04:43 -0800 (PST) Received: by 10.100.32.4 with HTTP; Tue, 28 Dec 2010 21:04:43 -0800 (PST) Date: Wed, 29 Dec 2010 10:34:43 +0530 Message-ID: From: Sandeep Kumar To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: powerpc machine check interrupt X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 05:32:20 -0000 Hi all, Want to understand under what conditions a machine check interrupt can be generated on powerpc . I am using MPC8548E and let me know that ways to debug why this interrupt is getting generated. -- Thanks Sandeep