From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dell-paw-3.cambridge.redhat.com ([195.224.55.237] helo=passion.cambridge.redhat.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 16hSTu-0007K3-00 for ; Sun, 03 Mar 2002 09:40:38 +0000 From: David Woodhouse In-Reply-To: <20020302162948.A14453@otii.com> References: <20020302162948.A14453@otii.com> To: Ray Lehtiniemi Cc: linux-mtd@lists.infradead.org Subject: Re: patch and two questions Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 03 Mar 2002 09:51:53 +0000 Message-ID: <10662.1015149113@redhat.com> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: rayl@otii.com said: > i'm using the latest MTD CVS against arm linux-2.4.18-rmk1. > first a patch that seems to be needed: That was correct. You need to remove the argument to recalc_sigpending() in the code itself. This is because of a change that happened in 2.5 - and the stuff in compatmac.h is to make it work again in 2.4. I've just committed that change to mtdblock.c and blkmtd.c -- dwmw2