summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/HALKit/ARM64/HalCommonAPI.s
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-06-02 12:40:14 +0200
committerGitHub <noreply@github.com>2025-06-02 12:40:14 +0200
commit2445945e41b09c900b2f6a26365f38c9741b143c (patch)
tree938455022c5be1d73528833e61ce4fce99719175 /dev/kernel/HALKit/ARM64/HalCommonAPI.s
parent0f4aaa29f9de307ba8c5597eca2d36c0db4cb96c (diff)
fix: hal/aarch64: aarch64 patches for ne_kernel.
Diffstat (limited to 'dev/kernel/HALKit/ARM64/HalCommonAPI.s')
-rw-r--r--dev/kernel/HALKit/ARM64/HalCommonAPI.s2
1 files changed, 1 insertions, 1 deletions
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