From: Randy Dunlap According to include/asm-alpha/bitops.h, only ALPHA_EV67 has hardware hweight support, so ALPHA_EV6 needs to use GENERIC_HWEIGHT. Signed-off-by: Randy Dunlap Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Ernst Herzberg Signed-off-by: Andrew Morton --- arch/alpha/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/alpha/Kconfig~alpha-generic-hweight-build-fix arch/alpha/Kconfig --- devel/arch/alpha/Kconfig~alpha-generic-hweight-build-fix 2006-05-30 12:01:11.000000000 -0700 +++ devel-akpm/arch/alpha/Kconfig 2006-05-30 12:01:11.000000000 -0700 @@ -453,7 +453,7 @@ config ALPHA_IRONGATE config GENERIC_HWEIGHT bool - default y if !ALPHA_EV6 && !ALPHA_EV67 + default y if !ALPHA_EV67 config ALPHA_AVANTI bool _