]> git.notmuchmail.org Git - notmuch/blob - test/corpora/lkml/cur/1382298775.002830:2,
Import notmuch_0.27.orig.tar.gz
[notmuch] / test / corpora / lkml / cur / 1382298775.002830:2,
1 From: Michael Neuling <mikey@neuling.org>
2 Subject: Re: [PATCH v2 5/7] powerpc/85xx: Add MChk handler for SRIO port
3 Date: Tue, 03 Aug 2010 16:06:30 +1000
4 Lines: 15
5 Message-ID: <4381.1280815590@neuling.org>
6 References: <20100308191005.GE4324@amak.tundra.com> <AANLkTine3pc2Ai2Woj81Y9fS_KgGs1sIMb2NMR6G74ww@mail.gmail.com> <AANLkTinKbimKyLpvFD7KOvavshu_n8gRcp2BvEJj0XZQ@mail.gmail.com>
7 Cc: Alexandre Bounine <abounine@tundra.com>,
8         linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org,
9         thomas.moll@sysgo.com
10 To: Timur Tabi <timur.tabi@gmail.com>
11 X-From: linux-kernel-owner@vger.kernel.org Tue Aug 03 08:06:45 2010
12 Return-path: <linux-kernel-owner@vger.kernel.org>
13 Envelope-to: glk-linux-kernel-3@lo.gmane.org
14 Received: from vger.kernel.org ([209.132.180.67])
15         by lo.gmane.org with esmtp (Exim 4.69)
16         (envelope-from <linux-kernel-owner@vger.kernel.org>)
17         id 1OgAeD-00087x-ED
18         for glk-linux-kernel-3@lo.gmane.org; Tue, 03 Aug 2010 08:06:45 +0200
19 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
20         id S1755287Ab0HCGGf (ORCPT <rfc822;glk-linux-kernel-3@m.gmane.org>);
21         Tue, 3 Aug 2010 02:06:35 -0400
22 Received: from ozlabs.org ([203.10.76.45]:51158 "EHLO ozlabs.org"
23         rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
24         id S1755139Ab0HCGGd (ORCPT <rfc822;linux-kernel@vger.kernel.org>);
25         Tue, 3 Aug 2010 02:06:33 -0400
26 Received: from localhost.localdomain (localhost [127.0.0.1])
27         by ozlabs.org (Postfix) with ESMTP id B7A371007D1;
28         Tue,  3 Aug 2010 16:06:31 +1000 (EST)
29 Received: by localhost.localdomain (Postfix, from userid 1000)
30         id EDBB7C5EB7; Tue,  3 Aug 2010 16:06:30 +1000 (EST)
31 Received: from neuling.org (localhost [127.0.0.1])
32         by localhost.localdomain (Postfix) with ESMTP id E8003C51D3;
33         Tue,  3 Aug 2010 16:06:30 +1000 (EST)
34 In-reply-to: <AANLkTinKbimKyLpvFD7KOvavshu_n8gRcp2BvEJj0XZQ@mail.gmail.com>
35 Comments: In-reply-to Timur Tabi <timur.tabi@gmail.com>
36    message dated "Wed, 30 Jun 2010 16:00:56 -0500."
37 X-Mailer: MH-E 8.2; nmh 1.3; GNU Emacs 23.1.1
38 Sender: linux-kernel-owner@vger.kernel.org
39 Precedence: bulk
40 List-ID: <linux-kernel.vger.kernel.org>
41 X-Mailing-List: linux-kernel@vger.kernel.org
42 Archived-At: <http://permalink.gmane.org/gmane.linux.kernel/1017846>
43
44 > > MCSR_MASK is not defined anywhere, so when I compile this code, I get this:
45
46 > Never mind.  I see that it's been fixed already, and that the patch
47 > that removed MCSR_MASK was posted around the same time that this patch
48 > was posted.
49
50 I don't know what happened here but 2.6.35 is broken because of this
51 problem:
52
53 arch/powerpc/sysdev/fsl_rio.c:248: error: 'MCSR_MASK' undeclared (first use in this function)
54 arch/powerpc/sysdev/fsl_rio.c:248: error: (Each undeclared identifier is reported only once
55 arch/powerpc/sysdev/fsl_rio.c:248: error: for each function it appears in.)
56 arch/powerpc/sysdev/fsl_rio.c:250: error: 'MCSR_BUS_RBERR' undeclared (first use in this function)
57
58 Mikey
59
60