sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 12 Mar 2013 20:35:19 +0000 (21:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Mar 2013 20:16:39 +0000 (16:16 -0400)
commite0b2029614fe7e3b09fab253630c5b70eea58f53
tree6f8ec41651a13f1c66b0d4989fd0a67994e6df88
parent76950e6e54ccfc98a25b501dbb1bc879cce1aa29
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>
arch/sparc/Kconfig