projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Return type KIRQL fixed to allow compilation.
[reactos.git]
/
reactos
/
ntoskrnl
/
hal
/
x86
/
spinlock.c
diff --git
a/reactos/ntoskrnl/hal/x86/spinlock.c
b/reactos/ntoskrnl/hal/x86/spinlock.c
index
8fbe639
..
38c999f
100644
(file)
--- a/
reactos/ntoskrnl/hal/x86/spinlock.c
+++ b/
reactos/ntoskrnl/hal/x86/spinlock.c
@@
-1,4
+1,4
@@
-/* $Id: spinlock.c,v 1.1
0 2000/06/09 20:05:00 ekohl
Exp $
+/* $Id: spinlock.c,v 1.1
1 2000/06/09 22:22:32 ea
Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@@
-40,7
+40,7
@@
KeAcquireSpinLock (
KeAcquireSpinLockAtDpcLevel(SpinLock);
}
KeAcquireSpinLockAtDpcLevel(SpinLock);
}
-VOID
+KIRQL
FASTCALL
KeAcquireSpinLockRaiseToSynch (
PKSPIN_LOCK SpinLock
FASTCALL
KeAcquireSpinLockRaiseToSynch (
PKSPIN_LOCK SpinLock