numa: remove not needed check
commit5275db59aa7ff8a26bd6aa5d07cb4d53de5cfab5
authorIgor Mammedov <imammedo@redhat.com>
Thu, 12 Dec 2019 12:48:55 +0000 (12 13:48 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Thu, 19 Dec 2019 17:54:11 +0000 (19 14:54 -0300)
tree1032d7ac4b0e583f6a4a07d90f6430574c60baaf
parentad18392892c04637fb56956d997f4bc600224356
numa: remove not needed check

Currently parse_numa_node() is always called from already numa
enabled context.
Drop unnecessary check if numa is supported.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1576154936-178362-2-git-send-email-imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/core/numa.c