From 6afcd6f23798ea8ef5d9eac7898cf83c2b710300 Mon Sep 17 00:00:00 2001 From: panchenbo Date: Tue, 18 Jun 2024 15:05:15 +0800 Subject: [PATCH] thp add support sw_64 --- sys/thp_sw64.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/thp_sw64.go diff --git a/sys/thp_sw64.go b/sys/thp_sw64.go new file mode 100644 index 0000000..a6db8d6 --- /dev/null +++ b/sys/thp_sw64.go @@ -0,0 +1,3 @@ +package sys + +const PRCTL_SYSCALL = 167 -- 2.27.0