From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- NewKernel/HALKit/AXP/VM.s | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 NewKernel/HALKit/AXP/VM.s (limited to 'NewKernel/HALKit/AXP/VM.s') diff --git a/NewKernel/HALKit/AXP/VM.s b/NewKernel/HALKit/AXP/VM.s new file mode 100644 index 00000000..7024086b --- /dev/null +++ b/NewKernel/HALKit/AXP/VM.s @@ -0,0 +1,5 @@ +.global hal_flush_tlb + +.section .text +hal_flush_tlb: + swppal \ No newline at end of file -- cgit v1.2.3