mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-28 23:44:35 +00:00
Removed messages
This commit is contained in:
parent
73e5f13d35
commit
4cdc3dffaa
@ -729,7 +729,6 @@ namespace CrashHandler
|
|||||||
CPU::Interrupts(CPU::Enable);
|
CPU::Interrupts(CPU::Enable);
|
||||||
for (int i = 1; i < SMP::CPUCores; i++)
|
for (int i = 1; i < SMP::CPUCores; i++)
|
||||||
{
|
{
|
||||||
locked_debug("Sending IPI to CPU %d", i);
|
|
||||||
APIC::InterruptCommandRegisterLow icr;
|
APIC::InterruptCommandRegisterLow icr;
|
||||||
icr.Vector = CPU::x64::IRQ29;
|
icr.Vector = CPU::x64::IRQ29;
|
||||||
icr.Level = APIC::APICLevel::Assert;
|
icr.Level = APIC::APICLevel::Assert;
|
||||||
@ -750,10 +749,8 @@ namespace CrashHandler
|
|||||||
CHArchTrapFrame *Frame = (CHArchTrapFrame *)Data;
|
CHArchTrapFrame *Frame = (CHArchTrapFrame *)Data;
|
||||||
#if defined(__amd64__)
|
#if defined(__amd64__)
|
||||||
if (Frame->InterruptNumber == CPU::x64::IRQ29)
|
if (Frame->InterruptNumber == CPU::x64::IRQ29)
|
||||||
{
|
|
||||||
locked_error("CPU %d halted.", GetCurrentCPU()->ID);
|
|
||||||
CPU::Stop();
|
CPU::Stop();
|
||||||
}
|
|
||||||
error("An exception occurred!");
|
error("An exception occurred!");
|
||||||
error("Exception: %#llx", Frame->InterruptNumber);
|
error("Exception: %#llx", Frame->InterruptNumber);
|
||||||
for (size_t i = 0; i < INT_FRAMES_MAX; i++)
|
for (size_t i = 0; i < INT_FRAMES_MAX; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user