From 2445945e41b09c900b2f6a26365f38c9741b143c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Jun 2025 12:40:14 +0200 Subject: fix: hal/aarch64: aarch64 patches for ne_kernel. --- dev/kernel/HALKit/ARM64/HalCommonAPI.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/kernel/HALKit/ARM64/HalCommonAPI.s') diff --git a/dev/kernel/HALKit/ARM64/HalCommonAPI.s b/dev/kernel/HALKit/ARM64/HalCommonAPI.s index e76b6e3f..f0c69368 100644 --- a/dev/kernel/HALKit/ARM64/HalCommonAPI.s +++ b/dev/kernel/HALKit/ARM64/HalCommonAPI.s @@ -5,5 +5,5 @@ .global hal_flush_tlb hal_flush_tlb: - tlbi + tlbi vmalle1 ret -- cgit v1.2.3