Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 20 Dec 2002 02:44:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 20 Dec 2002 02:44:25 -0500 Received: from mail.scram.de ([195.226.127.117]:39380 "EHLO mail.scram.de") by vger.kernel.org with ESMTP id ; Fri, 20 Dec 2002 02:44:24 -0500 Date: Fri, 20 Dec 2002 08:44:15 +0100 (CET) From: Jochen Friedrich X-X-Sender: jochen@gfrw1044.bocc.de To: Hannes Reinecke cc: Linux Kernel Subject: Re: [PATCH] 2.5.52: compilation fixes for alpha In-Reply-To: <3E0241C3.4060206@hannes-reinecke.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 916 Lines: 27 Hi Hannes, > attached are some compilation fixes needed to get the alpha port up and > running. Note: These fixes are on top of patch-2.5.52-bk3 in the > 2.5/testing directory, which contain some neccessary fixes regarding > exception handling. Is there an additional patch missing? arch/alpha/mm/extable.c: In function `search_exception_table': arch/alpha/mm/extable.c:48: `module_list' undeclared (first use in this function) This is -bk3 from v2.5/snapshots +your patch (-bk4 +your patch fails to compile with the same message). It looks like i386 replaced the loop through module_list by a walk through extables which is not yet in alpha code. Thanks, --jochen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/