Re: [PATCH] mips: mm: fix build failure

2015-12-08 Thread Sudip Mukherjee
On Tue, Dec 08, 2015 at 09:01:07PM +0800, Chen Gang wrote: > On 12/7/15 20:09, Sudip Mukherjee wrote: > > We are having build failure with mips defconfig with the error: > > "MADV_FREE" redefined. > > > > commit d53d95838c7d introduced uniform values for all architecture but > > missed removing

Re: [PATCH] mips: mm: fix build failure

2015-12-08 Thread Chen Gang
On 12/7/15 20:09, Sudip Mukherjee wrote: > We are having build failure with mips defconfig with the error: > "MADV_FREE" redefined. > > commit d53d95838c7d introduced uniform values for all architecture but > missed removing the old value. > What you said is OK to me. For me, one fix patch for

Re: [PATCH] mips: mm: fix build failure

2015-12-08 Thread Chen Gang
On 12/7/15 20:09, Sudip Mukherjee wrote: > We are having build failure with mips defconfig with the error: > "MADV_FREE" redefined. > > commit d53d95838c7d introduced uniform values for all architecture but > missed removing the old value. > What you said is OK to me. For me, one fix patch for

Re: [PATCH] mips: mm: fix build failure

2015-12-08 Thread Sudip Mukherjee
On Tue, Dec 08, 2015 at 09:01:07PM +0800, Chen Gang wrote: > On 12/7/15 20:09, Sudip Mukherjee wrote: > > We are having build failure with mips defconfig with the error: > > "MADV_FREE" redefined. > > > > commit d53d95838c7d introduced uniform values for all architecture but > > missed removing

[PATCH] mips: mm: fix build failure

2015-12-07 Thread Sudip Mukherjee
We are having build failure with mips defconfig with the error: "MADV_FREE" redefined. commit d53d95838c7d introduced uniform values for all architecture but missed removing the old value. Fixes: d53d95838c7d ("arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all

[PATCH] mips: mm: fix build failure

2015-12-07 Thread Sudip Mukherjee
We are having build failure with mips defconfig with the error: "MADV_FREE" redefined. commit d53d95838c7d introduced uniform values for all architecture but missed removing the old value. Fixes: d53d95838c7d ("arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all