diff options
| author | Igor Mammedov | 2016-10-05 17:51:23 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-10-10 00:16:57 +0200 |
| commit | 6bea1ddf8b411dcb0ba5d3a83c4479492185a409 (patch) | |
| tree | 5cb12d18c284631589e3bdf687eeb08130e3f159 /scripts/switch-timer-api | |
| parent | virtio-serial: enable virtio console emergency write feature (diff) | |
| download | qemu-6bea1ddf8b411dcb0ba5d3a83c4479492185a409.tar.gz qemu-6bea1ddf8b411dcb0ba5d3a83c4479492185a409.tar.xz qemu-6bea1ddf8b411dcb0ba5d3a83c4479492185a409.zip | |
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
Replace repeated pattern
for (i = 0; i < nb_numa_nodes; i++) {
if (test_bit(idx, numa_info[i].node_cpu)) {
...
break;
with a helper function to lookup numa node index for cpu.
Suggested-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Shannon Zhao <shannon.zhao@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts/switch-timer-api')
0 files changed, 0 insertions, 0 deletions
