summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/32/farjump.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/arch/amd64/32/farjump.s')
-rw-r--r--src/kernel/arch/amd64/32/farjump.s8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/kernel/arch/amd64/32/farjump.s b/src/kernel/arch/amd64/32/farjump.s
deleted file mode 100644
index 2885d2b..0000000
--- a/src/kernel/arch/amd64/32/farjump.s
+++ /dev/null
@@ -1,8 +0,0 @@
-.section .text
-.global gdt_farjump
-.type gdt_farjump, @function
-gdt_farjump:
- /* retf pops off the return address and code segment off the stack.
- * it turns out that in the i386 cdecl calling convention they're in
- * the correct place already. */
- retf