x86: eoi micro-optimization We know both register and value for eoi beforehand, so there's no need to check it and no need to do math to calculate the msr. Saves instructions/branches on each EOI when using x2apic. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>