From b54fc66f29048b6f00d6c11ecd8d511e71377025 Mon Sep 17 00:00:00 2001 From: Chao Li Date: Wed, 11 Dec 2024 11:19:28 +0800 Subject: [PATCH] OvmfPkg: Remove macro MAX_LOONGARCH_EXCEPTION 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 Cc: Jiewen Yao Cc: Gerd Hoffmann Signed-off-by: Chao Li --- OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S | 6 ------ 1 file changed, 6 deletions(-) diff --git a/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S b/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S index dd598212353ae..f501a1988a10a 100644 --- a/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S +++ b/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S @@ -19,12 +19,6 @@ #include #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):