[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48f8a9d1.0d135e0a.6e31.2184@mx.google.com>
Date: Fri, 17 Oct 2008 08:05:53 -0700 (PDT)
From: eranian@...glemail.com
To: linux-kernel@...r.kernel.org
Subject: [patch 18/24] perfmon3: X86 x86-64 32-bit syscall entries
This patchs adds the 32-bit perfmon system calls on x86-64 host kernel.
Signed-off-by: Stephane Eranian <eranian@...il.com>
--
Index: o3/arch/x86/ia32/ia32entry.S
===================================================================
--- o3.orig/arch/x86/ia32/ia32entry.S 2008-10-10 11:06:59.000000000 +0200
+++ o3/arch/x86/ia32/ia32entry.S 2008-10-10 11:32:20.000000000 +0200
@@ -832,4 +832,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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists