topology.h 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. /*
  2. * Written by: Matthew Dobson, IBM Corporation
  3. *
  4. * Copyright (C) 2002, IBM Corp.
  5. *
  6. * All rights reserved.
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation; either version 2 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
  16. * NON INFRINGEMENT. See the GNU General Public License for more
  17. * details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  22. *
  23. * Send feedback to <colpatch@us.ibm.com>
  24. */
  25. #ifndef _ASM_X86_TOPOLOGY_H
  26. #define _ASM_X86_TOPOLOGY_H
  27. #ifdef CONFIG_X86_32
  28. # ifdef CONFIG_X86_HT
  29. # define ENABLE_TOPO_DEFINES
  30. # endif
  31. #else
  32. # ifdef CONFIG_SMP
  33. # define ENABLE_TOPO_DEFINES
  34. # endif
  35. #endif
  36. #ifdef CONFIG_NUMA
  37. #include <linux/cpumask.h>
  38. #include <asm/mpspec.h>
  39. /* Mappings between logical cpu number and node number */
  40. #ifdef CONFIG_X86_32
  41. extern int cpu_to_node_map[];
  42. #else
  43. /* Returns the number of the current Node. */
  44. #define numa_node_id() (early_cpu_to_node(raw_smp_processor_id()))
  45. #endif
  46. DECLARE_PER_CPU(int, x86_cpu_to_node_map);
  47. #ifdef CONFIG_SMP
  48. extern int x86_cpu_to_node_map_init[];
  49. extern void *x86_cpu_to_node_map_early_ptr;
  50. #else
  51. #define x86_cpu_to_node_map_early_ptr NULL
  52. #endif
  53. extern cpumask_t node_to_cpumask_map[];
  54. #define NUMA_NO_NODE (-1)
  55. /* Returns the number of the node containing CPU 'cpu' */
  56. #ifdef CONFIG_X86_32
  57. #define early_cpu_to_node(cpu) cpu_to_node(cpu)
  58. static inline int cpu_to_node(int cpu)
  59. {
  60. return cpu_to_node_map[cpu];
  61. }
  62. #else /* CONFIG_X86_64 */
  63. #ifdef CONFIG_SMP
  64. static inline int early_cpu_to_node(int cpu)
  65. {
  66. int *cpu_to_node_map = x86_cpu_to_node_map_early_ptr;
  67. if (cpu_to_node_map)
  68. return cpu_to_node_map[cpu];
  69. else if (per_cpu_offset(cpu))
  70. return per_cpu(x86_cpu_to_node_map, cpu);
  71. else
  72. return NUMA_NO_NODE;
  73. }
  74. #else
  75. #define early_cpu_to_node(cpu) cpu_to_node(cpu)
  76. #endif
  77. static inline int cpu_to_node(int cpu)
  78. {
  79. #ifdef CONFIG_DEBUG_PER_CPU_MAPS
  80. if (x86_cpu_to_node_map_early_ptr) {
  81. printk("KERN_NOTICE cpu_to_node(%d): usage too early!\n",
  82. (int)cpu);
  83. dump_stack();
  84. return ((int *)x86_cpu_to_node_map_early_ptr)[cpu];
  85. }
  86. #endif
  87. return per_cpu(x86_cpu_to_node_map, cpu);
  88. }
  89. #ifdef CONFIG_NUMA
  90. /* Returns a pointer to the cpumask of CPUs on Node 'node'. */
  91. #define node_to_cpumask_ptr(v, node) \
  92. cpumask_t *v = &(node_to_cpumask_map[node])
  93. #define node_to_cpumask_ptr_next(v, node) \
  94. v = &(node_to_cpumask_map[node])
  95. #endif
  96. #endif /* CONFIG_X86_64 */
  97. /*
  98. * Returns the number of the node containing Node 'node'. This
  99. * architecture is flat, so it is a pretty simple function!
  100. */
  101. #define parent_node(node) (node)
  102. /* Returns a bitmask of CPUs on Node 'node'. */
  103. static inline cpumask_t node_to_cpumask(int node)
  104. {
  105. return node_to_cpumask_map[node];
  106. }
  107. /* Returns the number of the first CPU on Node 'node'. */
  108. static inline int node_to_first_cpu(int node)
  109. {
  110. cpumask_t mask = node_to_cpumask(node);
  111. return first_cpu(mask);
  112. }
  113. #define pcibus_to_node(bus) __pcibus_to_node(bus)
  114. #define pcibus_to_cpumask(bus) __pcibus_to_cpumask(bus)
  115. #ifdef CONFIG_X86_32
  116. extern unsigned long node_start_pfn[];
  117. extern unsigned long node_end_pfn[];
  118. extern unsigned long node_remap_size[];
  119. #define node_has_online_mem(nid) (node_start_pfn[nid] != node_end_pfn[nid])
  120. # define SD_CACHE_NICE_TRIES 1
  121. # define SD_IDLE_IDX 1
  122. # define SD_NEWIDLE_IDX 2
  123. # define SD_FORKEXEC_IDX 0
  124. #else
  125. # define SD_CACHE_NICE_TRIES 2
  126. # define SD_IDLE_IDX 2
  127. # define SD_NEWIDLE_IDX 2
  128. # define SD_FORKEXEC_IDX 1
  129. #endif
  130. /* sched_domains SD_NODE_INIT for NUMAQ machines */
  131. #define SD_NODE_INIT (struct sched_domain) { \
  132. .min_interval = 8, \
  133. .max_interval = 32, \
  134. .busy_factor = 32, \
  135. .imbalance_pct = 125, \
  136. .cache_nice_tries = SD_CACHE_NICE_TRIES, \
  137. .busy_idx = 3, \
  138. .idle_idx = SD_IDLE_IDX, \
  139. .newidle_idx = SD_NEWIDLE_IDX, \
  140. .wake_idx = 1, \
  141. .forkexec_idx = SD_FORKEXEC_IDX, \
  142. .flags = SD_LOAD_BALANCE \
  143. | SD_BALANCE_EXEC \
  144. | SD_BALANCE_FORK \
  145. | SD_SERIALIZE \
  146. | SD_WAKE_BALANCE, \
  147. .last_balance = jiffies, \
  148. .balance_interval = 1, \
  149. }
  150. #ifdef CONFIG_X86_64_ACPI_NUMA
  151. extern int __node_distance(int, int);
  152. #define node_distance(a, b) __node_distance(a, b)
  153. #endif
  154. #else /* CONFIG_NUMA */
  155. #endif
  156. #include <asm-generic/topology.h>
  157. extern cpumask_t cpu_coregroup_map(int cpu);
  158. #ifdef ENABLE_TOPO_DEFINES
  159. #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id)
  160. #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id)
  161. #define topology_core_siblings(cpu) (per_cpu(cpu_core_map, cpu))
  162. #define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu))
  163. #endif
  164. static inline void arch_fix_phys_package_id(int num, u32 slot)
  165. {
  166. }
  167. struct pci_bus;
  168. void set_pci_bus_resources_arch_default(struct pci_bus *b);
  169. #ifdef CONFIG_SMP
  170. #define mc_capable() (boot_cpu_data.x86_max_cores > 1)
  171. #define smt_capable() (smp_num_siblings > 1)
  172. #endif
  173. #ifdef CONFIG_NUMA
  174. extern int get_mp_bus_to_node(int busnum);
  175. extern void set_mp_bus_to_node(int busnum, int node);
  176. #else
  177. static inline int get_mp_bus_to_node(int busnum)
  178. {
  179. return 0;
  180. }
  181. static inline void set_mp_bus_to_node(int busnum, int node)
  182. {
  183. }
  184. #endif
  185. #endif