From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759285AbWLIHcR (ORCPT ); Sat, 9 Dec 2006 02:32:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759291AbWLIHcR (ORCPT ); Sat, 9 Dec 2006 02:32:17 -0500 Received: from gw.goop.org ([64.81.55.164]:35633 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759285AbWLIHcQ (ORCPT ); Sat, 9 Dec 2006 02:32:16 -0500 Message-ID: <457A667E.5060608@goop.org> Date: Fri, 08 Dec 2006 23:32:14 -0800 From: Jeremy Fitzhardinge User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: Meelis Roos CC: Linux Kernel list , Judith Lebzelter Subject: Re: PPC compiler error (redefinition of 'struct bug_entry') References: <4579CD80.1040302@goop.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Meelis Roos wrote: >> Hm, what's your .config? >> > > Below. It's a PReP machine so using the old ppc arch. > > >> Hey, what's arch/pps/include/asm/bug.h? Is your tree clean? >> > > Tree is clean So why don't I have arch/ppc/include/asm/bug.h in my tree here? It does look like the patch which converted ppc to use the generic bug stuff did not remove any of the ppc-specific definitions though. Did some part of the patch get lost? J