Author: tkreuzer Date: Sun Aug 24 20:06:49 2008 New Revision: 35621
URL: http://svn.reactos.org/svn/reactos?rev=35621&view=rev Log: Update stubs file
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c
Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskr... ============================================================================== --- branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/ntoskrnl/amd64stubs.c [iso-8859-1] Sun Aug 24 20:06:49 2008 @@ -32,7 +32,6 @@ STUB(NtVdmControl) STUB(KiSwapProcess) STUB(KeGetCurrentProcessorNumber) -STUB(Ke386InitThreadWithContext) STUB(ExpInterlockedPopEntrySList) STUB(ExAllocateFromNPagedLookasideList) STUB(RtlGetCallersAddress) @@ -251,7 +250,6 @@ STUB(KeAcquireInStackQueuedSpinLock) STUB(KeReleaseInStackQueuedSpinLock) STUB(KfAcquireSpinLock) -STUB(KiSaveProcessorControlState) STUB(KeProcessorArchitecture) STUB(KeProcessorLevel) STUB(KeProcessorRevision)