On Tue, May 12, 2015 at 09:27:15AM +0100, Bartosz Golaszewski wrote:
> diff --git a/arch/arm64/include/asm/topology.h 
> b/arch/arm64/include/asm/topology.h
> index 7ebcd31..225ec35 100644
> --- a/arch/arm64/include/asm/topology.h
> +++ b/arch/arm64/include/asm/topology.h
> @@ -18,7 +18,7 @@ extern struct cpu_topology cpu_topology[NR_CPUS];
>  #define topology_physical_package_id(cpu)      (cpu_topology[cpu].cluster_id)
>  #define topology_core_id(cpu)          (cpu_topology[cpu].core_id)
>  #define topology_core_cpumask(cpu)     (&cpu_topology[cpu].core_sibling)
> -#define topology_thread_cpumask(cpu)   (&cpu_topology[cpu].thread_sibling)
> +#define topology_sibling_cpumask(cpu)  (&cpu_topology[cpu].thread_sibling)
> 
>  void init_cpu_topology(void);
>  void store_cpu_topology(unsigned int cpuid);

For arm64:

Acked-by: Catalin Marinas <[email protected]>
--
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