diff options
Diffstat (limited to 'arch/x86_64/ia32/vsyscall-sysenter.S')
-rw-r--r-- | arch/x86_64/ia32/vsyscall-sysenter.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/ia32/vsyscall-sysenter.S b/arch/x86_64/ia32/vsyscall-sysenter.S index 71f3de586b56..ae056e553d13 100644 --- a/arch/x86_64/ia32/vsyscall-sysenter.S +++ b/arch/x86_64/ia32/vsyscall-sysenter.S @@ -5,6 +5,7 @@ #include <asm/ia32_unistd.h> #include <asm/asm-offsets.h> + .code32 .text .section .text.vsyscall,"ax" .globl __kernel_vsyscall |