summaryrefslogtreecommitdiffhomepage
path: root/pkg/ring0/entry_amd64.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/ring0/entry_amd64.go')
-rw-r--r--pkg/ring0/entry_amd64.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/ring0/entry_amd64.go b/pkg/ring0/entry_amd64.go
index afd646b0b..13ad4e4df 100644
--- a/pkg/ring0/entry_amd64.go
+++ b/pkg/ring0/entry_amd64.go
@@ -39,11 +39,6 @@ func sysenter()
// assembly to get the ABI0 (i.e., primary) address.
func addrOfSysenter() uintptr
-// swapgs swaps the current GS value.
-//
-// This must be called prior to sysret/iret.
-func swapgs()
-
// jumpToKernel jumps to the kernel version of the current RIP.
func jumpToKernel()