mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOSKRNL]
disable sysenter on Pentium Pro http://lkml.iu.edu/hypermail/linux/kernel/0308.2/1534.html CORE-6582 svn path=/trunk/; revision=66585
This commit is contained in:
@@ -306,7 +306,7 @@ KiGetFeatureBits(VOID)
|
||||
|
||||
/* Check if the CPU is too old to support SYSENTER */
|
||||
if ((Prcb->CpuType < 6) ||
|
||||
((Prcb->CpuType == 6) && (Prcb->CpuStep < 0x0303)))
|
||||
((Prcb->CpuType == 6) && (Prcb->CpuStep < 0x0300)))
|
||||
{
|
||||
/* Disable it */
|
||||
Reg[3] &= ~0x800;
|
||||
|
||||
Reference in New Issue
Block a user