diff options
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/topology.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index f8b833e1257f..1ce1e1afa801 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h | |||
@@ -174,11 +174,11 @@ static inline int early_cpu_to_node(int cpu) | |||
174 | 174 | ||
175 | static inline const cpumask_t *cpumask_of_node(int node) | 175 | static inline const cpumask_t *cpumask_of_node(int node) |
176 | { | 176 | { |
177 | return &cpu_online_map; | 177 | return cpu_online_mask; |
178 | } | 178 | } |
179 | static inline int node_to_first_cpu(int node) | 179 | static inline int node_to_first_cpu(int node) |
180 | { | 180 | { |
181 | return first_cpu(cpu_online_map); | 181 | return cpumask_first(cpu_online_mask); |
182 | } | 182 | } |
183 | 183 | ||
184 | static inline void setup_node_to_cpumask_map(void) { } | 184 | static inline void setup_node_to_cpumask_map(void) { } |