]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298587.004581:2,
Import notmuch_0.28.2.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298587.004581:2,
1 From: Timur Tabi <timur.tabi@gmail.com>
2 Subject: Re: [PATCH v2 5/7] powerpc/85xx: Add MChk handler for SRIO port
3 Date: Wed, 30 Jun 2010 15:55:58 -0500
4 Lines: 33
5 Message-ID: <AANLkTine3pc2Ai2Woj81Y9fS_KgGs1sIMb2NMR6G74ww@mail.gmail.com>
6 References: <20100308191005.GE4324@amak.tundra.com>
7 Mime-Version: 1.0
8 Content-Type: text/plain; charset=ISO-8859-1
9 Content-Transfer-Encoding: QUOTED-PRINTABLE
10 Cc: mporter@kernel.crashing.org, linux-kernel@vger.kernel.org,
11         linuxppc-dev@lists.ozlabs.org, thomas.moll@sysgo.com
12 To: Alexandre Bounine <abounine@tundra.com>
13 X-From: linux-kernel-owner@vger.kernel.org Wed Jun 30 22:56:40 2010
14 Return-path: <linux-kernel-owner@vger.kernel.org>
15 Envelope-to: glk-linux-kernel-3@lo.gmane.org
16 Received: from vger.kernel.org ([209.132.180.67])
17         by lo.gmane.org with esmtp (Exim 4.69)
18         (envelope-from <linux-kernel-owner@vger.kernel.org>)
19         id 1OU4Kl-0005Kf-V4
20         for glk-linux-kernel-3@lo.gmane.org; Wed, 30 Jun 2010 22:56:40 +0200
21 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
22         id S1756668Ab0F3U4b convert rfc822-to-quoted-printable (ORCPT
23         <rfc822;glk-linux-kernel-3@m.gmane.org>);
24         Wed, 30 Jun 2010 16:56:31 -0400
25 Received: from mail-vw0-f46.google.com ([209.85.212.46]:41333 "EHLO
26         mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org
27         with ESMTP id S1753416Ab0F3U43 convert rfc822-to-8bit (ORCPT
28         <rfc822;linux-kernel@vger.kernel.org>);
29         Wed, 30 Jun 2010 16:56:29 -0400
30 Received: by vws5 with SMTP id 5so1449398vws.19
31         for <linux-kernel@vger.kernel.org>; Wed, 30 Jun 2010 13:56:28 -0700 (PDT)
32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
33         d=gmail.com; s=gamma;
34         h=domainkey-signature:received:mime-version:received:in-reply-to
35          :references:from:date:message-id:subject:to:cc:content-type
36          :content-transfer-encoding;
37         bh=FTlit9cHTz/9rLGcvA5/pEZlzxAQ5x20v8HE5XYFwYM=;
38         b=NFbjnxZ4KwcjTy4tFh+BnhWPEGeYTw6z918yIouRaMmbEDph56xq26K9aTBokuYHqe
39          UgFjBn7XWcxvqJPyCetfsDRG+F3M2XwCq/DSCswSPtXSLsy8WKm7cMXVS3hjiO8sMZ97
40          mRMGZkYBJHjWP+ulkBXiq6q7/OQuE8Dkl+rWM=
41 DomainKey-Signature: a=rsa-sha1; c=nofws;
42         d=gmail.com; s=gamma;
43         h=mime-version:in-reply-to:references:from:date:message-id:subject:to
44          :cc:content-type:content-transfer-encoding;
45         b=r0N6AOAg+TSvY2kPQPahldj4iRU9oUoSLtHA7JXG2QU4CR9O5GBhxAtr2aY99qUPZd
46          tFS0ZWRAb9cmOgiZhTpNxsBjCJ/e/DQ1ccP5rZ/U40q1SJ1KwN92hqpOoppZ0tkqSB7/
47          UlQtsvPSK7a0bYqufEmscfAi98w1+mfZIbK6U=
48 Received: by 10.220.161.203 with SMTP id s11mr5093041vcx.195.1277931388141; 
49         Wed, 30 Jun 2010 13:56:28 -0700 (PDT)
50 Received: by 10.220.161.137 with HTTP; Wed, 30 Jun 2010 13:55:58 -0700 (PDT)
51 In-Reply-To: <20100308191005.GE4324@amak.tundra.com>
52 Sender: linux-kernel-owner@vger.kernel.org
53 Precedence: bulk
54 List-ID: <linux-kernel.vger.kernel.org>
55 X-Mailing-List: linux-kernel@vger.kernel.org
56 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1004632>
57
58 On Mon, Mar 8, 2010 at 2:10 PM, Alexandre Bounine <abounine@tundra.com>=
59  wrote:
60 >
61 > From: Alexandre Bounine <alexandre.bounine@idt.com>
62 >
63 > Add Machine Check exception handling into RapidIO port driver
64 > for Freescale SoCs (MPC85xx).
65 >
66 > Signed-off-by: Alexandre Bounine <alexandre.bounine@idt.com>
67 > Tested-by: Thomas Moll <thomas.moll@sysgo.com>
68 =2E..
69
70 > +static int fsl_rio_mcheck_exception(struct pt_regs *regs)
71 > +{
72 > + =A0 =A0 =A0 const struct exception_table_entry *entry =3D NULL;
73 > + =A0 =A0 =A0 unsigned long reason =3D (mfspr(SPRN_MCSR) & MCSR_MASK)=
74 ;
75
76 MCSR_MASK is not defined anywhere, so when I compile this code, I get t=
77 his:
78
79   CC      arch/powerpc/sysdev/fsl_rio.o
80 arch/powerpc/sysdev/fsl_rio.c: In function 'fsl_rio_mcheck_exception':
81 arch/powerpc/sysdev/fsl_rio.c:248: error: 'MCSR_MASK' undeclared
82 (first use in this function)
83 arch/powerpc/sysdev/fsl_rio.c:248: error: (Each undeclared identifier
84 is reported only once
85 arch/powerpc/sysdev/fsl_rio.c:248: error: for each function it appears =
86 in.)
87
88 --=20
89 Timur Tabi
90 Linux kernel developer at Freescale
91
92