x86: drop redundant SYSCALL/SYSRET templates
authorJan Beulich <jbeulich@suse.com>
Thu, 14 Nov 2019 07:48:22 +0000 (08:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 14 Nov 2019 07:48:22 +0000 (08:48 +0100)
commit6aa385b96f0fddcf152c88f29e1145f3f618748c
tree1e28de460e20d0b0594b589a63935134fa5d42e4
parent0cfa3eb3525d46ff6cfc94559a796c6a67bdcb27
x86: drop redundant SYSCALL/SYSRET templates

The Cpu64 forms are no different in their attributes except for the CPU
flags; there's no need to key these off of anything other than
CpuSYSCALL even for the 64-bit forms. Dropping these improves the
diagnostic on SYSRETQ used in 32-bit code from "unsupported instruction
`sysret'" to "invalid instruction suffix for `sysret'".
opcodes/ChangeLog
opcodes/i386-opc.tbl
opcodes/i386-tbl.h
This page took 0.023791 seconds and 4 git commands to generate.