sparc: Use popc if possible for hweight routines.
commit0975b446b4e724570a63dfa001e1a2c0f2808724
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Jul 2011 16:42:07 +0000 (29 09:42 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 16 Aug 2011 01:31:40 +0000 (15 18:31 -0700)
treef7b4c2773a3b652d3d566978a552c01e896e56ad
parent11d6ad9ef5921c0b811f9bf96f8cba481e755195
sparc: Use popc if possible for hweight routines.

[ Upstream commit ef7c4d4675d2a9206f913f26ca1a5cd41bff9d41 ]

Just like powerpc, we code patch at boot time.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/sparc/include/asm/bitops_64.h
arch/sparc/kernel/entry.h
arch/sparc/kernel/setup_64.c
arch/sparc/kernel/sparc_ksyms_64.c
arch/sparc/kernel/vmlinux.lds.S
arch/sparc/lib/Makefile
arch/sparc/lib/hweight.S [new file with mode: 0644]