Merge git://git.infradead.org/intel-iommu
[deliverable/linux.git] / arch / mips / include / asm / mach-netlogic / multi-node.h
index 9ed8dacdc37c5aa3bae8bbfc4e31cf5c6b51bed6..8bdf47e29145026f1c92001bc39b4c7103f63cba 100644 (file)
 #endif
 
 #define NLM_THREADS_PER_CORE   4
-#ifdef CONFIG_CPU_XLR
-#define nlm_cores_per_node()   8
-#else
-extern unsigned int xlp_cores_per_node;
-#define nlm_cores_per_node()   xlp_cores_per_node
-#endif
-
-#define nlm_threads_per_node() (nlm_cores_per_node() * NLM_THREADS_PER_CORE)
-#define nlm_cpuid_to_node(c)   ((c) / nlm_threads_per_node())
 
 struct nlm_soc_info {
        unsigned long   coremask;       /* cores enabled on the soc */
This page took 0.030597 seconds and 5 git commands to generate.