public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Ernst Herzberg <earny@net4u.de>
To: linux-kernel@vger.kernel.org
Cc: "Randy.Dunlap" <rdunlap@xenotime.net>, akpm <akpm@osdl.org>,
	rth@twiddle.net, mita@miraclelinux.com
Subject: Re: [PATCH] alpha: generic hweight (Re: ALPHA 2.6.17-rc5 compile error)
Date: Tue, 30 May 2006 16:45:16 +0200	[thread overview]
Message-ID: <200605301645.17251.earny@net4u.de> (raw)
In-Reply-To: <20060529164822.c16cfe43.rdunlap@xenotime.net>

On Tuesday 30 May 2006 01:48, Randy.Dunlap wrote:

> > lib/lib.a(bitmap.o): In function `__bitmap_weight':
> > : undefined reference to `hweight64'
> >
>
> Please try the patch below.
>
> From: Randy Dunlap <rdunlap@xenotime.net>
>
> According to include/asm-alpha/bitops.h, only ALPHA_EV67 has
> hardware hweight support, so ALPHA_EV6 needs to use GENERIC_HWEIGHT.
>
> Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
> ---
>  arch/alpha/Kconfig |    2 +-
>  1 files changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-2617-rc5.orig/arch/alpha/Kconfig
> +++ linux-2617-rc5/arch/alpha/Kconfig
> @@ -453,7 +453,7 @@ config ALPHA_IRONGATE
>
>  config GENERIC_HWEIGHT
>  	bool
> -	default y if !ALPHA_EV6 && !ALPHA_EV67
> +	default y if !ALPHA_EV67
>
>  config ALPHA_AVANTI
>  	bool

Compiles now. But does not boot (AIC7XXX related problem).

Will capture boot messages now.

Thanks

Earny

      reply	other threads:[~2006-05-30 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-29 16:48 ALPHA 2.6.17-rc5 compile error Ernst Herzberg
2006-05-29 23:48 ` [PATCH] alpha: generic hweight (Re: ALPHA 2.6.17-rc5 compile error) Randy.Dunlap
2006-05-30 14:45   ` Ernst Herzberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200605301645.17251.earny@net4u.de \
    --to=earny@net4u.de \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mita@miraclelinux.com \
    --cc=rdunlap@xenotime.net \
    --cc=rth@twiddle.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox