Author: sir_richard
Date: Sat Jan 23 20:31:54 2010
New Revision: 45214
URL:
http://svn.reactos.org/svn/reactos?rev=45214&view=rev
Log:
[NTOS]: Export the C KiEoiHelper alongside the ASM Ke386EoiHelper. Yes, this is a
"ReactOS-only" export, but really this interface is reserved for the HAL, and as
long as we keep Ke386EoiHelper, the NT HAL should still work.
Need to revisit/finalize this decision and whether or not we can emulate the C-interface
with Ke386EoiHelper somehow (reliably).
Modified:
trunk/reactos/ntoskrnl/ntoskrnl.pspec
Modified: trunk/reactos/ntoskrnl/ntoskrnl.pspec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl.pspec?re…
==============================================================================
--- trunk/reactos/ntoskrnl/ntoskrnl.pspec [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ntoskrnl.pspec [iso-8859-1] Sat Jan 23 20:31:54 2010
@@ -701,6 +701,7 @@
@ fastcall KefReleaseSpinLockFromDpcLevel(ptr)
#ifdef _M_IX86
@ stdcall Kei386EoiHelper()
+@ fastcall KiEoiHelper(ptr) /* FIXME: Evaluate decision */
#endif
@ fastcall KiAcquireSpinLock(ptr)
@ extern KiBugCheckData