target-i386: Eliminate unnecessary get_cpuid_vendor() function
commit08e1a1e5a175ecbfdb761db5a62090498f736969
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 3 Feb 2015 17:57:50 +0000 (3 15:57 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 25 Feb 2015 18:00:07 +0000 (25 15:00 -0300)
treec945ee198e75b1dfc45b09d0bcaaefd08f5844fe
parenta3c2ca7d29ff39cd5b06e48fa1e42c91d05ebd36
target-i386: Eliminate unnecessary get_cpuid_vendor() function

The function was used in only two places. In one of them, the function
made the code less readable by requiring temporary te[bcd]x variables.
In the other one we can simply inline the existing code.

Reviewed-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c