linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ia64: enable GENERIC_HWEIGHT
@ 2018-09-14  7:06 Sergei Trofimovich
  2018-10-15 19:15 ` Sergei Trofimovich
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2018-09-14  7:06 UTC (permalink / raw)
  To: Tony Luck
  Cc: Sergei Trofimovich, Fenghua Yu, linux-ia64, Andrew Morton, linux-kernel

Noticed on a single driver failure:
  ERROR: "__sw_hweight8" [drivers/net/wireless/mediatek/mt76/mt76.ko] undefined!

CC: Tony Luck <tony.luck@intel.com>
CC: Fenghua Yu <fenghua.yu@intel.com>
CC: linux-ia64@vger.kernel.org
CC: Andrew Morton <akpm@linux-foundation.org>
CC: linux-kernel@vger.kernel.org
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
---
 arch/ia64/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index 8b4a0c1748c0..1a71f92f0b8e 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -576,3 +576,7 @@ config MSPEC
 	  If you have an ia64 and you want to enable memory special
 	  operations support (formerly known as fetchop), say Y here,
 	  otherwise say N.
+
+config GENERIC_HWEIGHT
+	bool
+	default y
-- 
2.19.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ia64: enable GENERIC_HWEIGHT
  2018-09-14  7:06 [PATCH] ia64: enable GENERIC_HWEIGHT Sergei Trofimovich
@ 2018-10-15 19:15 ` Sergei Trofimovich
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich @ 2018-10-15 19:15 UTC (permalink / raw)
  To: Tony Luck; +Cc: Fenghua Yu, linux-ia64, Andrew Morton, linux-kernel

On Fri, 14 Sep 2018 08:06:46 +0100
Sergei Trofimovich <slyfox@gentoo.org> wrote:

> Noticed on a single driver failure:
>   ERROR: "__sw_hweight8" [drivers/net/wireless/mediatek/mt76/mt76.ko] undefined!
> 
> CC: Tony Luck <tony.luck@intel.com>
> CC: Fenghua Yu <fenghua.yu@intel.com>
> CC: linux-ia64@vger.kernel.org
> CC: Andrew Morton <akpm@linux-foundation.org>
> CC: linux-kernel@vger.kernel.org
> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
> ---
>  arch/ia64/Kconfig | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
> index 8b4a0c1748c0..1a71f92f0b8e 100644
> --- a/arch/ia64/Kconfig
> +++ b/arch/ia64/Kconfig
> @@ -576,3 +576,7 @@ config MSPEC
>  	  If you have an ia64 and you want to enable memory special
>  	  operations support (formerly known as fetchop), say Y here,
>  	  otherwise say N.
> +
> +config GENERIC_HWEIGHT
> +	bool
> +	default y
> -- 
> 2.19.0
> 

Ping.

-- 

  Sergei

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-15 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-14  7:06 [PATCH] ia64: enable GENERIC_HWEIGHT Sergei Trofimovich
2018-10-15 19:15 ` Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).