Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755400Ab1CYV7G (ORCPT ); Fri, 25 Mar 2011 17:59:06 -0400 Received: from mail-yi0-f46.google.com ([209.85.218.46]:51416 "EHLO mail-yi0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755148Ab1CYV7D convert rfc822-to-8bit (ORCPT ); Fri, 25 Mar 2011 17:59:03 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=uW3FDPLEI2W3Xc0qjBXZhZnb2Ef7cyzQaqT9LDQkdMTSuAeQ078U5/KQU2kkLGeOc4 CAbmpvjUFYpYYrUDagNpE3ChyB0vkdU8LPHgsUk8yf0MIz2lsJB0xYFek21lDvybnZ2f QR1T8xNKkMT0WUUffTSIbuiH/BhY9ohfgLEpY= MIME-Version: 1.0 In-Reply-To: References: <20110325133039.521553268@linutronix.de> <20110325133203.039794496@linutronix.de> From: Mike Frysinger Date: Fri, 25 Mar 2011 17:58:43 -0400 X-Google-Sender-Auth: 2Zv87nTZAbO6TVFFxwWCnD5Kask Message-ID: Subject: Re: [uclinux-dist-devel] [patch 2/2] bfin: Convert irq namespace To: Thomas Gleixner Cc: uclinux-dist-devel@blackfin.uclinux.org, LKML Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1182 Lines: 27 On Fri, Mar 25, 2011 at 17:47, Thomas Gleixner wrote: > On Fri, 25 Mar 2011, Mike Frysinger wrote: >> On Fri, Mar 25, 2011 at 17:34, Mike Frysinger wrote: >> > On Fri, Mar 25, 2011 at 09:32, Thomas Gleixner wrote: >> >> -       __set_irq_handler_unlocked(irq, handle); >> >> +       __irq_set_handler_locked(irq, handle); >> > >> > looks like a typo in your patch ?  should still be unlocked right ? >> >> although that still doesnt fix the build failure for me ... >> >> arch/blackfin/mach-common/ints-priority.c: In function ‘bfin_set_irq_handler’: >> arch/blackfin/mach-common/ints-priority.c:562: error: implicit >> declaration of function ‘__irq_set_handler_unlocked’ > > Sorry the patch is correct, but it depends on a pending pull > request. I hope that hits linus tree tonight. > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/urgent OK, i'll look at the patches tomorrow then ;) -mike -- 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/