diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cpumask.h | 2 | ||||
| -rw-r--r-- | include/linux/mlx4/device.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index d08e4d2a9b92..3551d667ef9f 100644 --- a/include/linux/cpumask.h +++ b/include/linux/cpumask.h | |||
| @@ -257,6 +257,8 @@ static inline void cpumask_set_cpu(unsigned int cpu, struct cpumask *dstp) | |||
| 257 | set_bit(cpumask_check(cpu), cpumask_bits(dstp)); | 257 | set_bit(cpumask_check(cpu), cpumask_bits(dstp)); |
| 258 | } | 258 | } |
| 259 | 259 | ||
| 260 | int cpumask_set_cpu_local_first(int i, int numa_node, cpumask_t *dstp); | ||
| 261 | |||
| 260 | /** | 262 | /** |
| 261 | * cpumask_clear_cpu - clear a cpu in a cpumask | 263 | * cpumask_clear_cpu - clear a cpu in a cpumask |
| 262 | * @cpu: cpu number (< nr_cpu_ids) | 264 | * @cpu: cpu number (< nr_cpu_ids) |
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h index ca38871a585c..b9b70e00e3c1 100644 --- a/include/linux/mlx4/device.h +++ b/include/linux/mlx4/device.h | |||
| @@ -1161,7 +1161,7 @@ int mlx4_fmr_free(struct mlx4_dev *dev, struct mlx4_fmr *fmr); | |||
| 1161 | int mlx4_SYNC_TPT(struct mlx4_dev *dev); | 1161 | int mlx4_SYNC_TPT(struct mlx4_dev *dev); |
| 1162 | int mlx4_test_interrupts(struct mlx4_dev *dev); | 1162 | int mlx4_test_interrupts(struct mlx4_dev *dev); |
| 1163 | int mlx4_assign_eq(struct mlx4_dev *dev, char *name, struct cpu_rmap *rmap, | 1163 | int mlx4_assign_eq(struct mlx4_dev *dev, char *name, struct cpu_rmap *rmap, |
| 1164 | int *vector); | 1164 | int *vector, cpumask_t *cpu_hint_mask); |
| 1165 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); | 1165 | void mlx4_release_eq(struct mlx4_dev *dev, int vec); |
| 1166 | 1166 | ||
| 1167 | int mlx4_get_phys_port_id(struct mlx4_dev *dev); | 1167 | int mlx4_get_phys_port_id(struct mlx4_dev *dev); |
