|
@@ -10,13 +10,6 @@
|
|
|
|
|
|
#include <asm/mach-netlogic/multi-node.h>
|
|
#include <asm/mach-netlogic/multi-node.h>
|
|
|
|
|
|
-#ifdef CONFIG_SMP
|
|
|
|
-#define topology_physical_package_id(cpu) cpu_to_node(cpu)
|
|
|
|
-#define topology_core_id(cpu) (cpu_logical_map(cpu) / NLM_THREADS_PER_CORE)
|
|
|
|
-#define topology_thread_cpumask(cpu) (&cpu_sibling_map[cpu])
|
|
|
|
-#define topology_core_cpumask(cpu) cpumask_of_node(cpu_to_node(cpu))
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#include <asm-generic/topology.h>
|
|
#include <asm-generic/topology.h>
|
|
|
|
|
|
#endif /* _ASM_MACH_NETLOGIC_TOPOLOGY_H */
|
|
#endif /* _ASM_MACH_NETLOGIC_TOPOLOGY_H */
|