aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-12 21:35:19 +0100
committerDavid S. Miller <davem@davemloft.net>2013-03-19 16:16:39 -0400
commite0b2029614fe7e3b09fab253630c5b70eea58f53 (patch)
tree6f8ec41651a13f1c66b0d4989fd0a67994e6df88
parentsparc64: correctly recognize SPARC64-X chips (diff)
downloadlinux-dev-e0b2029614fe7e3b09fab253630c5b70eea58f53.tar.xz
linux-dev-e0b2029614fe7e3b09fab253630c5b70eea58f53.zip
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 <pebolle@tiscali.nl> Acked-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--arch/sparc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig
index 289127d5241c..7fcd4b4ebcfc 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