mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
revert r66585
svn path=/trunk/; revision=66586
This commit is contained in:
parent
c982804893
commit
55ac845a5e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue