target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()
commitbfef624895673866b4beb1757725a565c7048c1f
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 12 Jul 2017 16:20:56 +0000 (12 13:20 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 26 Jul 2017 17:55:12 +0000 (26 14:55 -0300)
tree2df5815747b8d431e9935f12d822bcc67a629142
parent522fd24ca030c27c591dafedd65c1dfd51e40450
target/i386: Use host_vendor_fms() in max_x86_cpu_initfn()

The existing code duplicated the logic in host_vendor_fms(), so
reuse the helper function instead.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170712162058.10538-3-ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target/i386/cpu.c