target-i386: Remove unused X86CPUDefinition::xlevel2 field
commit0456441b5eb6694a561ad5bb8dad52483e6a08d0
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 20 Sep 2016 21:57:40 +0000 (20 18:57 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Tue, 27 Sep 2016 19:17:17 +0000 (27 16:17 -0300)
tree4caa8c0cfff73c17b57f5cf93789d41322430227
parent333ec4ca6a9f604331e2349cb91e9635f65d6462
target-i386: Remove unused X86CPUDefinition::xlevel2 field

No CPU model in builtin_x86_defs has xlevel2 set, so it is always
zero. Delete the field.

Note that this is not an user-visible change. It doesn't remove
the ability to set xlevel2 on the command-line, it just removes
an unused field in builtin_x86_defs.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c