From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047AbbINVWN (ORCPT ); Mon, 14 Sep 2015 17:22:13 -0400 Received: from bh-25.webhostbox.net ([208.91.199.152]:50413 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750951AbbINVWM (ORCPT ); Mon, 14 Sep 2015 17:22:12 -0400 Date: Mon, 14 Sep 2015 14:22:08 -0700 From: Guenter Roeck To: Sudip Mukherjee Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , linux-kernel@vger.kernel.org, Andrew Morton , linux-alpha@vger.kernel.org Subject: Re: [PATCH 0/2] alpha: fix build failure Message-ID: <20150914212208.GA11482@roeck-us.net> References: <1442231369-27118-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1442231369-27118-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote: > We were getting build failure on allmodconfig. Mainly two causes > ioremap_uc was not defined and __delay was not exported. > I already submitted patches to fix those problems some 6+ weeks ago. Hope you'll have more luck. Guenter > regards > sudip > > Sudip Mukherjee (2): > alpha: io: define ioremap_uc > alpha: lib: export __delay > > arch/alpha/include/asm/io.h | 4 +++- > arch/alpha/lib/udelay.c | 1 + > 2 files changed, 4 insertions(+), 1 deletion(-) > > -- > 1.9.1 > > -- > 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/ > >