From 10dab767dba0ff4d0641222d771f990b09cd5a14 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Aug 2024 19:51:31 +0200 Subject: [ARM64] Just remove the undefined KeMain symbol from the file. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/HALKit/ARM64/HalKernelMain.cxx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'dev') diff --git a/dev/ZKA/HALKit/ARM64/HalKernelMain.cxx b/dev/ZKA/HALKit/ARM64/HalKernelMain.cxx index eb1f6385..129170f7 100644 --- a/dev/ZKA/HALKit/ARM64/HalKernelMain.cxx +++ b/dev/ZKA/HALKit/ARM64/HalKernelMain.cxx @@ -19,13 +19,6 @@ #include #include -#define KERNEL_INIT(X) \ - X; \ - Kernel::ke_stop(RUNTIME_CHECK_BOOTSTRAP); - -/// @brief This symbol is the kernel main symbol. -EXTERN_C void KeMain(); - EXTERN_C Kernel::VoidPtr kInterruptVectorTable[]; struct PACKED HeapAllocInfo final @@ -176,6 +169,4 @@ EXTERN_C void hal_init_platform( kSyscalls[cShutdownInterrupt].Leak().Leak()->fHooked = true; kSyscalls[cRebootInterrupt].Leak().Leak()->fHooked = true; kSyscalls[cLPCSanitizeMsg].Leak().Leak()->fHooked = true; - - KERNEL_INIT(KeMain()); } -- cgit v1.2.3