Skip to content

Commit

Permalink
OvmfPkg: Remove macro MAX_LOONGARCH_EXCEPTION
Browse files Browse the repository at this point in the history
Since the UEFI 2.11 has been released, the macro
MAX_LOONGARCH_EXCEPTION has been added in MdePkg, so it is deleted in
LoongArchVirt/Sec/LoongArch64/Start.S

Cc: Ard Biesheuvel <[email protected]>
Cc: Jiewen Yao <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Chao Li <[email protected]>
  • Loading branch information
kilaterlee committed Dec 11, 2024
1 parent f1eb195 commit 6d25247
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
#include <Protocol/DebugSupport.h>

#define BOOTCORE_ID 0
//
// For coding convenience, define the maximum valid
// LoongArch exception.
// Since UEFI V2.11, it will be present in DebugSupport.h.
//
#define MAX_LOONGARCH_EXCEPTION 64

ASM_GLOBAL ASM_PFX(_ModuleEntryPoint)
ASM_PFX(_ModuleEntryPoint):
Expand Down

0 comments on commit 6d25247

Please sign in to comment.