reactos/ntoskrnl/ke/i386
Serge Gautherie 66bf74d228 [NTOSKRNL] Move DPRINT1("Thread wants too much stack\n") around
To KiUserModeCallout() from MmGrowKernelStackEx().

As suggested by Thomas Faber:
"MmGrowKernelStackEx really shouldn't be DPRINT'ing."

CORE-14494
2019-08-15 18:18:59 +02:00
..
abios.c
context.c
cpu.c [NTOS][USERSRV] Silence noisy debug output. 2019-04-22 17:41:17 +02:00
ctxswitch.S [NTOS:KE:I386] Fix parameter description for KiSwapContext 2019-08-15 18:04:57 +02:00
exp.c
irqobj.c
kiinit.c
ldt.c
mtrr.c
patpge.c
thrdini.c
trap.s [NTOS:KE] Fixup for the NMI task handler: handle NMI recursion. -- Code was lost in commit 2efed8ef (r45040). 2019-06-20 19:39:44 +02:00
traphdlr.c [NTOS:KE] Use multi-processor-aware KeGetPcr() instead of the legacy PCR. 2019-06-20 19:39:49 +02:00
usercall.c [NTOSKRNL] Move DPRINT1("Thread wants too much stack\n") around 2019-08-15 18:18:59 +02:00
usercall_asm.S
v86vdm.c