From 4760a80fad88909b48c1b60dd8c6d7ba991a2416 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Wed, 14 Jul 2021 15:12:39 +1000 Subject: executor: prepare code generator to allow other achitectures At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy --- docs/pseudo_syscalls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/pseudo_syscalls.md') diff --git a/docs/pseudo_syscalls.md b/docs/pseudo_syscalls.md index 5247dd6b3..0eeff4e6c 100644 --- a/docs/pseudo_syscalls.md +++ b/docs/pseudo_syscalls.md @@ -41,7 +41,7 @@ one. These header files are defined in [gen.go](../pkg/csource/gen.go): "common_usb.h", "android/android_seccomp.h", "kvm.h", - "kvm.S.h", + "kvm_amd64.S.h", } For instance, if our new pseudo-syscall is Linux-specific, then -- cgit mrf-deployment