summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/AXP/VM.s
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/HALKit/AXP/VM.s')
-rw-r--r--dev/Kernel/HALKit/AXP/VM.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/Kernel/HALKit/AXP/VM.s b/dev/Kernel/HALKit/AXP/VM.s
new file mode 100644
index 00000000..7024086b
--- /dev/null
+++ b/dev/Kernel/HALKit/AXP/VM.s
@@ -0,0 +1,5 @@
+.global hal_flush_tlb
+
+.section .text
+hal_flush_tlb:
+ swppal \ No newline at end of file