Commit in reactos/ntoskrnl/ke on MAIN
kthread.c+3-11.59 -> 1.60
- Redefined OldIrql. It was lost while my code cleanup.

reactos/ntoskrnl/ke
kthread.c 1.59 -> 1.60
diff -u -r1.59 -r1.60
--- kthread.c	12 Dec 2004 17:25:52 -0000	1.59
+++ kthread.c	12 Dec 2004 17:36:00 -0000	1.60
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: kthread.c,v 1.59 2004/12/12 17:25:52 hbirr Exp $
+/* $Id: kthread.c,v 1.60 2004/12/12 17:36:00 hbirr Exp $
  *
  * FILE:            ntoskrnl/ke/kthread.c
  * PURPOSE:         Microkernel thread support
@@ -311,6 +311,8 @@
 KeRevertToUserAffinityThread(VOID)
 {
 	PKTHREAD CurrentThread;
+	KIRQL oldIrql;
+
 	CurrentThread = KeGetCurrentThread();
 
 	ASSERT(CurrentThread->SystemAffinityActive != FALSE);
CVSspam 0.2.8