From: Paul Bolle Date: Tue, 12 Mar 2013 20:35:19 +0000 (+0100) Subject: sparc: delete "if !ULTRA_HAS_POPULATION_COUNT" X-Git-Tag: v3.9-rc4~25^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=e0b2029614fe7e3b09fab253630c5b70eea58f53;p=~emulex%2Finfiniband.git sparc: delete "if !ULTRA_HAS_POPULATION_COUNT" Commit 2d78d4beb64eb07d50665432867971c481192ebf ("[PATCH] bitops: sparc64: use generic bitops") made the default of GENERIC_HWEIGHT depend on !ULTRA_HAS_POPULATION_COUNT. But since there's no Kconfig symbol with that name, this always evaluates to true. Delete this dependency. Signed-off-by: Paul Bolle Acked-by: Sam Ravnborg Signed-off-by: David S. Miller --- diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index 289127d5241..7fcd4b4ebcf 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -197,7 +197,7 @@ config RWSEM_XCHGADD_ALGORITHM config GENERIC_HWEIGHT bool - default y if !ULTRA_HAS_POPULATION_COUNT + default y config GENERIC_CALIBRATE_DELAY bool