mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
Unhack ntoskrnl, fixes many x86 regressions.
svn path=/branches/ros-amd64-bringup/; revision=44785
This commit is contained in:
parent
648db9116c
commit
5327273136
1 changed files with 1 additions and 2 deletions
|
@ -956,8 +956,7 @@ ExpInitializeExecutive(IN ULONG Cpu,
|
|||
}
|
||||
|
||||
/* Make sure interrupts are active now */
|
||||
// FIXME HAX!!!
|
||||
//_enable();
|
||||
_enable();
|
||||
|
||||
/* Clear the crypto exponent */
|
||||
SharedUserData->CryptoExponent = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue