Remove amd64_ platform prefix

This commit is contained in:
2026-02-20 15:33:16 +01:00
parent 4472ad5bb3
commit c68b00f2ea
28 changed files with 236 additions and 246 deletions

View File

@@ -1,9 +1,9 @@
#include <amd64/regsasm.h>
.extern amd64_syscall_dispatch
.extern syscall_dispatch
.global amd64_syscall_entry
amd64_syscall_entry:
.global syscall_entry
syscall_entry:
cli
movq %rsp, %gs:0
@@ -35,7 +35,7 @@ amd64_syscall_entry:
subq $8, %rsp
andq $-16, %rsp
callq amd64_syscall_dispatch
callq syscall_dispatch
movq %rbp, %rsp