Unhack ntoskrnl, fixes many x86 regressions.

svn path=/branches/ros-amd64-bringup/; revision=44785
This commit is contained in:
Samuel Serapion 2009-12-28 01:37:31 +00:00
parent 648db9116c
commit 5327273136

View file

@ -956,8 +956,7 @@ ExpInitializeExecutive(IN ULONG Cpu,
} }
/* Make sure interrupts are active now */ /* Make sure interrupts are active now */
// FIXME HAX!!! _enable();
//_enable();
/* Clear the crypto exponent */ /* Clear the crypto exponent */
SharedUserData->CryptoExponent = 0; SharedUserData->CryptoExponent = 0;