[patch 18/24] perfmon: X86 x86-64 32-bit syscall entries (x86)

From: eranian
Date: Tue Nov 25 2008 - 16:42:48 EST


This patchs adds the 32-bit perfmon system calls on x86-64 host kernel.

Signed-off-by: Stephane Eranian <eranian@xxxxxxxxx>
--

Index: o3/arch/x86/ia32/ia32entry.S
===================================================================
--- o3.orig/arch/x86/ia32/ia32entry.S 2008-11-03 10:46:42.000000000 +0100
+++ o3/arch/x86/ia32/ia32entry.S 2008-11-03 11:18:03.000000000 +0100
@@ -826,4 +826,9 @@
.quad sys_dup3 /* 330 */
.quad sys_pipe2
.quad sys_inotify_init1
+ .quad sys_pfm_create
+ .quad sys_pfm_write
+ .quad sys_pfm_read /* 335 */
+ .quad sys_pfm_attach
+ .quad sys_pfm_set_state
ia32_syscall_end:

--

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/