mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +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 ();
|
||||
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);
|
||||
}
|
||||
|
||||
@ -150,7 +150,7 @@ InitializeExceptions (
|
||||
//
|
||||
// Enable interrupts
|
||||
//
|
||||
DebugPrint (EFI_D_INFO, "InitializeExceptions,IrqEnabled = %x\n", IrqEnabled);
|
||||
DebugPrint (DEBUG_INFO, "InitializeExceptions,IrqEnabled = %x\n", IrqEnabled);
|
||||
if (!IrqEnabled) {
|
||||
Status = Cpu->EnableInterrupt (Cpu);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user