Author: jimtabor Date: Wed Aug 9 21:45:49 2006 New Revision: 23535
URL: http://svn.reactos.org/svn/reactos?rev=23535&view=rev Log: Fireball fix for fast interlocks.
Modified: branches/ros-branch-0_3_0/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S
Modified: branches/ros-branch-0_3_0/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_0/reactos/ntoskrn... ============================================================================== --- branches/ros-branch-0_3_0/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S (original) +++ branches/ros-branch-0_3_0/reactos/ntoskrnl/ex/i386/fastinterlck_asm.S Wed Aug 9 21:45:49 2006 @@ -767,7 +767,7 @@
/* Restore flags and return */ popfd - ret 0 + ret 4 //ret 0
#ifdef CONFIG_SMP .spinb: