mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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>
This commit is contained in:
parent
9537f8ce67
commit
3022bab164
@ -19,12 +19,6 @@
|
|||||||
#include <Protocol/DebugSupport.h>
|
#include <Protocol/DebugSupport.h>
|
||||||
|
|
||||||
#define BOOTCORE_ID 0
|
#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_GLOBAL ASM_PFX(_ModuleEntryPoint)
|
||||||
ASM_PFX(_ModuleEntryPoint):
|
ASM_PFX(_ModuleEntryPoint):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user