revert r66585

svn path=/trunk/; revision=66586
This commit is contained in:
Christoph von Wittich 2015-03-06 11:49:28 +00:00
parent c982804893
commit 55ac845a5e

View file

@ -306,7 +306,7 @@ KiGetFeatureBits(VOID)
/* Check if the CPU is too old to support SYSENTER */ /* Check if the CPU is too old to support SYSENTER */
if ((Prcb->CpuType < 6) || if ((Prcb->CpuType < 6) ||
((Prcb->CpuType == 6) && (Prcb->CpuStep < 0x0300))) ((Prcb->CpuType == 6) && (Prcb->CpuStep < 0x0303)))
{ {
/* Disable it */ /* Disable it */
Reg[3] &= ~0x800; Reg[3] &= ~0x800;