aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/ia32')
-rw-r--r--arch/x86/ia32/ia32entry.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/ia32/ia32entry.S b/arch/x86/ia32/ia32entry.S
index 518bb99c339..2f0d7b45015 100644
--- a/arch/x86/ia32/ia32entry.S
+++ b/arch/x86/ia32/ia32entry.S
@@ -25,6 +25,8 @@
25#define sysretl_audit ia32_ret_from_sys_call 25#define sysretl_audit ia32_ret_from_sys_call
26#endif 26#endif
27 27
28 .section .entry.text, "ax"
29
28#define IA32_NR_syscalls ((ia32_syscall_end - ia32_sys_call_table)/8) 30#define IA32_NR_syscalls ((ia32_syscall_end - ia32_sys_call_table)/8)
29 31
30 .macro IA32_ARG_FIXUP noebp=0 32 .macro IA32_ARG_FIXUP noebp=0
@@ -851,4 +853,7 @@ ia32_sys_call_table:
851 .quad sys_fanotify_init 853 .quad sys_fanotify_init
852 .quad sys32_fanotify_mark 854 .quad sys32_fanotify_mark
853 .quad sys_prlimit64 /* 340 */ 855 .quad sys_prlimit64 /* 340 */
856 .quad sys_name_to_handle_at
857 .quad compat_sys_open_by_handle_at
858 .quad compat_sys_clock_adjtime
854ia32_syscall_end: 859ia32_syscall_end: