diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-12 21:35:19 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-19 16:16:39 -0400 |
commit | e0b2029614fe7e3b09fab253630c5b70eea58f53 (patch) | |
tree | 6f8ec41651a13f1c66b0d4989fd0a67994e6df88 /arch | |
parent | 76950e6e54ccfc98a25b501dbb1bc879cce1aa29 (diff) | |
download | linux-e0b2029614fe7e3b09fab253630c5b70eea58f53.tar.bz2 |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sparc/Kconfig | 2 |
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 |