Re: [PATCH 2/5] nds32: Fix bug in bitfield.h

2018-10-22 Thread Nick Hu
Hi Mark, On Thu, Oct 18, 2018 at 10:26:31PM +0800, Mark Rutland wrote: > On Thu, Oct 18, 2018 at 04:43:14PM +0800, Nickhu wrote: > > There two bitfield bug for perfomance counter > > in bitfield.h: > > > > PFM_CTL_offSEL1 21 --> 16 > > PFM_CTL_offSEL2 27 --> 22 > > > > Th

Re: [PATCH 2/5] nds32: Fix bug in bitfield.h

2018-10-18 Thread Mark Rutland
On Thu, Oct 18, 2018 at 04:43:14PM +0800, Nickhu wrote: > There two bitfield bug for perfomance counter > in bitfield.h: > > PFM_CTL_offSEL1 21 --> 16 > PFM_CTL_offSEL2 27 --> 22 > > This commit fix it. > > Signed-off-by: Nickhu This patch should probably be move be

[PATCH 2/5] nds32: Fix bug in bitfield.h

2018-10-18 Thread Nickhu
There two bitfield bug for perfomance counter in bitfield.h: PFM_CTL_offSEL1 21 --> 16 PFM_CTL_offSEL2 27 --> 22 This commit fix it. Signed-off-by: Nickhu --- arch/nds32/include/asm/bitfield.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git