Re: [PATCH 0/2] alpha: fix build failure

2015-09-15 Thread Sudip Mukherjee
On Tue, Sep 15, 2015 at 07:26:34AM -0700, Guenter Roeck wrote: > On 09/15/2015 06:50 AM, Sudip Mukherjee wrote: > >On Tue, Sep 15, 2015 at 06:28:40AM -0700, Guenter Roeck wrote: > >>On 09/15/2015 01:21 AM, Sudip Mukherjee wrote: > >>>On Mon, Sep 14, 2015 at 02:22:08PM -0700, Guenter Roeck wrote: >

Re: [PATCH 0/2] alpha: fix build failure

2015-09-15 Thread Guenter Roeck
On 09/15/2015 06:50 AM, Sudip Mukherjee wrote: On Tue, Sep 15, 2015 at 06:28:40AM -0700, Guenter Roeck wrote: On 09/15/2015 01:21 AM, Sudip Mukherjee wrote: On Mon, Sep 14, 2015 at 02:22:08PM -0700, Guenter Roeck wrote: On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote: I am no

Re: [PATCH 0/2] alpha: fix build failure

2015-09-15 Thread Sudip Mukherjee
On Tue, Sep 15, 2015 at 06:28:40AM -0700, Guenter Roeck wrote: > On 09/15/2015 01:21 AM, Sudip Mukherjee wrote: > >On Mon, Sep 14, 2015 at 02:22:08PM -0700, Guenter Roeck wrote: > >>On Mon, Sep 14, 2015 at 05:19:27PM +0530, Sudip Mukherjee wrote: > > I am not building m32r:allmodconfig or openrisc

Re: [PATCH 0/2] alpha: fix build failure

2015-09-15 Thread Guenter Roeck
On 09/15/2015 01:21 AM, Sudip Mukherjee wrote: On Mon, Sep 14, 2015 at 02:22:08PM -0700, Guenter Roeck wrote: 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

Re: [PATCH 0/2] alpha: fix build failure

2015-09-15 Thread Sudip Mukherjee
On Mon, Sep 14, 2015 at 02:22:08PM -0700, Guenter Roeck wrote: > 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 f

Re: [PATCH 0/2] alpha: fix build failure

2015-09-14 Thread Guenter Roeck
On Mon, Sep 14, 2015 at 02:29:55PM -0700, Andrew Morton wrote: > On Mon, 14 Sep 2015 14:22:08 -0700 Guenter Roeck wrote: > > > 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 a

Re: [PATCH 0/2] alpha: fix build failure

2015-09-14 Thread Andrew Morton
On Mon, 14 Sep 2015 14:22:08 -0700 Guenter Roeck wrote: > 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 th

Re: [PATCH 0/2] alpha: fix build failure

2015-09-14 Thread Guenter Roeck
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