Moved KeStallExecutionProcessor() into HAL.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 8 Apr 2000 19:10:50 +0000 (19:10 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 8 Apr 2000 19:10:50 +0000 (19:10 +0000)
commit51db0e6fed3b54aecc1ae1651c3521384075f8ee
treea37ee3995672c212657b0a4fa59ce68edf1c4d49
parent55c5bbf0be0f4c6fab7146284523cd05b16b54e3
Moved KeStallExecutionProcessor() into HAL.
Added some security functions.

svn path=/trunk/; revision=1113
15 files changed:
reactos/include/ddk/kefuncs.h
reactos/include/defines.h
reactos/include/internal/hal/ddk.h
reactos/include/internal/i386/hal.h
reactos/ntoskrnl/hal/x86/halinit.c
reactos/ntoskrnl/hal/x86/misc.c
reactos/ntoskrnl/hal/x86/sources
reactos/ntoskrnl/hal/x86/udelay.c [moved from reactos/ntoskrnl/ke/udelay.c with 83% similarity]
reactos/ntoskrnl/kd/kdebug.c
reactos/ntoskrnl/ke/kernel.c
reactos/ntoskrnl/ke/main.c
reactos/ntoskrnl/makefile_rex
reactos/ntoskrnl/ntoskrnl.def
reactos/ntoskrnl/ntoskrnl.edf
reactos/ntoskrnl/se/access.c [new file with mode: 0644]