On Tue, Nov 17, 2015 at 01:05:43PM +0100, Juergen Gross wrote:
> It is used nowhere.
> 
> Signed-off-by: Juergen Gross <[email protected]>
> ---
>  arch/x86/include/asm/smp.h | 9 ---------
>  1 file changed, 9 deletions(-)
> 
> diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h
> index 222a6a3..a438c55 100644
> --- a/arch/x86/include/asm/smp.h
> +++ b/arch/x86/include/asm/smp.h
> @@ -21,15 +21,6 @@
>  extern int smp_num_siblings;
>  extern unsigned int num_processors;
>  
> -static inline bool cpu_has_ht_siblings(void)
> -{
> -     bool has_siblings = false;
> -#ifdef CONFIG_SMP
> -     has_siblings = cpu_has_ht && smp_num_siblings > 1;
> -#endif
> -     return has_siblings;
> -}
> -
>  DECLARE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_sibling_map);
>  DECLARE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_core_map);
>  /* cpus sharing the last level cache: */
> -- 

Applied, thanks.

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to