diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-12 16:35:19 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-03-19 16:16:39 -0400 |
commit | e0b2029614fe7e3b09fab253630c5b70eea58f53 (patch) | |
tree | 6f8ec41651a13f1c66b0d4989fd0a67994e6df88 /arch | |
parent | 76950e6e54ccfc98a25b501dbb1bc879cce1aa29 (diff) |
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 | |||
197 | 197 | ||
198 | config GENERIC_HWEIGHT | 198 | config GENERIC_HWEIGHT |
199 | bool | 199 | bool |
200 | default y if !ULTRA_HAS_POPULATION_COUNT | 200 | default y |
201 | 201 | ||
202 | config GENERIC_CALIBRATE_DELAY | 202 | config GENERIC_CALIBRATE_DELAY |
203 | bool | 203 | bool |