x86emul: sort opcode 0f01 special case switch() statement
authorJan Beulich <jbeulich@suse.com>
Fri, 30 Sep 2016 13:06:40 +0000 (15:06 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 30 Sep 2016 13:06:40 +0000 (15:06 +0200)
commit412ddc726cc527abcb861df68fee034fa2f2a25f
tree12fd0a353a581dc693a36d29e1ff5d5cfa657afd
parent4f13e5b3f69af139ce6f422beabc53b82273987f
x86emul: sort opcode 0f01 special case switch() statement

Sort the special case opcode 0f01 entries numerically, insert blank
lines between each of the cases, and properly place opening braces.

No functional change.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c