diff options
author | Chao Li <lichao@loongson.cn> | 2024-12-11 11:19:28 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-12 04:57:03 +0000 |
commit | 3022bab164cb761f24f8135ef3002e77df0bcd94 (patch) | |
tree | 120d8124cae58c8ceb580731169fe47f627c6112 | |
parent | 9537f8ce67141cc413eb55cc10e357f47cecc533 (diff) | |
download | edk2-3022bab164cb761f24f8135ef3002e77df0bcd94.tar.gz |
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 <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Chao Li <lichao@loongson.cn>
-rw-r--r-- | OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S b/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S index dd59821235..f501a1988a 100644 --- a/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S +++ b/OvmfPkg/LoongArchVirt/Sec/LoongArch64/Start.S @@ -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):
|