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