]> Git Repo - linux.git/commitdiff
[PATCH] alpha: generic hweight build fix
authorRandy Dunlap <[email protected]>
Mon, 12 Jun 2006 22:13:40 +0000 (15:13 -0700)
committerLinus Torvalds <[email protected]>
Mon, 12 Jun 2006 22:17:53 +0000 (15:17 -0700)
From: Randy Dunlap <[email protected]>

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 <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Ernst Herzberg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/alpha/Kconfig

index 8290b69da20214a7e19fedd0fc047d33d5d82ba7..213c7850d5fb9639a007616b7357fe93f5ae64e8 100644 (file)
@@ -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
This page took 0.046892 seconds and 4 git commands to generate.