]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/mips/include/asm/mach-netlogic/topology.h
ceeb1f5e7129b0692a088d673444359106bb264d
[mirror_ubuntu-bionic-kernel.git] / arch / mips / include / asm / mach-netlogic / topology.h
1 /*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 2013 Broadcom Corporation
7 */
8 #ifndef _ASM_MACH_NETLOGIC_TOPOLOGY_H
9 #define _ASM_MACH_NETLOGIC_TOPOLOGY_H
10
11 #include <asm/mach-netlogic/multi-node.h>
12
13 #ifdef CONFIG_SMP
14 #define topology_physical_package_id(cpu) cpu_to_node(cpu)
15 #define topology_core_id(cpu) (cpu_logical_map(cpu) / NLM_THREADS_PER_CORE)
16 #define topology_thread_cpumask(cpu) (&cpu_sibling_map[cpu])
17 #define topology_core_cpumask(cpu) cpumask_of_node(cpu_to_node(cpu))
18 #endif
19
20 #include <asm-generic/topology.h>
21
22 #endif /* _ASM_MACH_NETLOGIC_TOPOLOGY_H */