Implement multi-processor freeze and thaw execution for SMP crash state synchronization
This commit is contained in:
@@ -12,9 +12,15 @@
|
||||
/* Kernel initialization block passed by boot loader */
|
||||
PKERNEL_INITIALIZATION_BLOCK KE::BootInformation::InitializationBlock = {};
|
||||
|
||||
/* Processor control block belonging to the freeze owner */
|
||||
PKPROCESSOR_CONTROL_BLOCK KE::Crash::FreezeOwner;
|
||||
|
||||
/* Kernel panic state */
|
||||
BOOLEAN KE::Crash::KernelPanic;
|
||||
|
||||
/* System runlevel before execution freeze */
|
||||
KRUNLEVEL KE::Crash::RunLevel;
|
||||
|
||||
/* Kernel initial process */
|
||||
EPROCESS KE::KProcess::InitialProcess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user