diff options
| -rw-r--r-- | arch/x86/include/asm/topology.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index 6f0695d744bf..25a92842dd99 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h | |||
| @@ -165,21 +165,11 @@ static inline int numa_node_id(void) | |||
| 165 | return 0; | 165 | return 0; |
| 166 | } | 166 | } |
| 167 | 167 | ||
| 168 | static inline int cpu_to_node(int cpu) | ||
| 169 | { | ||
| 170 | return 0; | ||
| 171 | } | ||
| 172 | |||
| 173 | static inline int early_cpu_to_node(int cpu) | 168 | static inline int early_cpu_to_node(int cpu) |
| 174 | { | 169 | { |
| 175 | return 0; | 170 | return 0; |
| 176 | } | 171 | } |
| 177 | 172 | ||
| 178 | static inline const struct cpumask *cpumask_of_node(int node) | ||
| 179 | { | ||
| 180 | return cpu_online_mask; | ||
| 181 | } | ||
| 182 | |||
| 183 | static inline void setup_node_to_cpumask_map(void) { } | 173 | static inline void setup_node_to_cpumask_map(void) { } |
| 184 | 174 | ||
| 185 | #endif | 175 | #endif |
