Skip to content

Commit

Permalink
sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"
Browse files Browse the repository at this point in the history
Commit 2d78d4b ("[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>
  • Loading branch information
Paul Bolle authored and David S. Miller committed Mar 19, 2013
1 parent 76950e6 commit e0b2029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0b2029

Please sign in to comment.