Re: [PATCH v2] x86/hweight: fix open-coded versions of 32bit and 64bit hweight calculations
From: Ingo Molnar
Date: Wed Aug 10 2016 - 15:12:15 EST
* Jiri Kosina <jikos@xxxxxxxxxx> wrote:
> ENTRY(__sw_hweight64)
> -#ifdef CONFIG_X86_64
> +
So this removes an #ifdef without removing the #else branch.
Help?
Thanks,
Ingo