mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 21:24:35 +02:00
UefiCpuPkg: remove last instances of EFI_D_
Change debug print levels to modern DEBUG_ format. Signed-off-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
parent
e2528a5209
commit
03f49e4409
@ -137,7 +137,7 @@ InitializeExceptions (
|
|||||||
//
|
//
|
||||||
Status = UpdateExceptionStartEntry ();
|
Status = UpdateExceptionStartEntry ();
|
||||||
if (EFI_ERROR (Status)) {
|
if (EFI_ERROR (Status)) {
|
||||||
DebugPrint (EFI_D_ERROR, "[%a]: Exception start entry code out of bounds!\n", __func__);
|
DebugPrint (DEBUG_ERROR, "[%a]: Exception start entry code out of bounds!\n", __func__);
|
||||||
ASSERT_EFI_ERROR (Status);
|
ASSERT_EFI_ERROR (Status);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -150,7 +150,7 @@ InitializeExceptions (
|
|||||||
//
|
//
|
||||||
// Enable interrupts
|
// Enable interrupts
|
||||||
//
|
//
|
||||||
DebugPrint (EFI_D_INFO, "InitializeExceptions,IrqEnabled = %x\n", IrqEnabled);
|
DebugPrint (DEBUG_INFO, "InitializeExceptions,IrqEnabled = %x\n", IrqEnabled);
|
||||||
if (!IrqEnabled) {
|
if (!IrqEnabled) {
|
||||||
Status = Cpu->EnableInterrupt (Cpu);
|
Status = Cpu->EnableInterrupt (Cpu);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user