numa: add check that board supports cpu_index to node mapping
commit64c2a8f6d3facc2f758907c3b95686fe9e999590
authorIgor Mammedov <imammedo@redhat.com>
Wed, 10 May 2017 11:29:49 +0000 (10 13:29 +0200)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 11 May 2017 19:08:49 +0000 (11 16:08 -0300)
tree17602dd3ff11ff25d790e0d22b05b0e972fe2e61
parentbd4c1bfe3e2736e5bb3e5238ede718843b175cc6
numa: add check that board supports cpu_index to node mapping

Default node mapping initialization already checks that board
supports cpu_index to node mapping and refuses to start if
it's not supported. Do the same for explicitly provided
mapping "-numa node,cpus=..."

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <1494415802-227633-6-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
numa.c