Explorar o código

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>
Paul Bolle %!s(int64=12) %!d(string=hai) anos
pai
achega
e0b2029614
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      arch/sparc/Kconfig

+ 1 - 1
arch/sparc/Kconfig

@@ -197,7 +197,7 @@ config RWSEM_XCHGADD_ALGORITHM
 
 
 config GENERIC_HWEIGHT
 config GENERIC_HWEIGHT
 	bool
 	bool
-	default y if !ULTRA_HAS_POPULATION_COUNT
+	default y
 
 
 config GENERIC_CALIBRATE_DELAY
 config GENERIC_CALIBRATE_DELAY
 	bool
 	bool