I shouldn't commit at night...never!
Modified: trunk/reactos/w32api/include/ddk/winddk.h
--- trunk/reactos/w32api/include/ddk/winddk.h 2005-02-20 20:41:11 UTC (rev 13696) +++ trunk/reactos/w32api/include/ddk/winddk.h 2005-02-20 20:46:59 UTC (rev 13697) @@ -7615,15 +7615,6 @@
__asm__ __volatile__ ("xchg %%eax, %0" : : "m" (Barrier) : "%eax");
}
-static __inline
-VOID
-KeMemoryBarrier(
- VOID)
-{
- volatile LONG Barrier;
- __asm__ __volatile__ ("xchg %%eax, %0" : : "m" (Barrier) : "%eax");
-}
-
NTOSAPI LONG DDKAPI