Re: [patch V4 08/31] bitops: Add sparc-specific parity functions

2016-05-11 Thread David Miller
From: zengzhao...@163.com Date: Wed, 11 May 2016 17:13:18 +0800 > From: Zhaoxiu Zeng > > Use runtime patching for sparc64, lifted from hweight > > Signed-off-by: Zhaoxiu Zeng Acked-by: David S. Miller

Re: [patch V4 08/31] bitops: Add sparc-specific parity functions

2016-05-11 Thread David Miller
From: zengzhao...@163.com Date: Wed, 11 May 2016 17:13:18 +0800 > From: Zhaoxiu Zeng > > Use runtime patching for sparc64, lifted from hweight > > Signed-off-by: Zhaoxiu Zeng Acked-by: David S. Miller

[patch V4 08/31] bitops: Add sparc-specific parity functions

2016-05-11 Thread zengzhaoxiu
From: Zhaoxiu Zeng Use runtime patching for sparc64, lifted from hweight Signed-off-by: Zhaoxiu Zeng --- arch/sparc/include/asm/bitops_32.h | 1 + arch/sparc/include/asm/bitops_64.h | 18 ++ arch/sparc/kernel/sparc_ksyms_64.c | 6 ++

[patch V4 08/31] bitops: Add sparc-specific parity functions

2016-05-11 Thread zengzhaoxiu
From: Zhaoxiu Zeng Use runtime patching for sparc64, lifted from hweight Signed-off-by: Zhaoxiu Zeng --- arch/sparc/include/asm/bitops_32.h | 1 + arch/sparc/include/asm/bitops_64.h | 18 ++ arch/sparc/kernel/sparc_ksyms_64.c | 6 ++ arch/sparc/lib/Makefile| 2 +-