]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.xen/xen3-perfmon2-remove_syscalls.patch
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.xen / xen3-perfmon2-remove_syscalls.patch
CommitLineData
2cb7cef9
BS
1From: Tony Jones <tonyj@suse.de>
2Subject: drop additional perfmon2 syscalls
3Patch-mainline: never
4
5Patch accepted from SGI (bnc#430298, FATE #303968) added 12 new syscalls
6which have been replaced (for SLES11) with an ioctl based interface.
7
8Remove the relevant syscalls.
9
10Signed-off-by: Tony Jones <tonyj@suse.de>
11
12Automatically created from "patches.suse/perfmon2-remove_syscalls.patch" by xen-port-patches.py
13
82094b55
AF
14--- sle11-2009-11-13.orig/arch/x86/ia32/ia32entry-xen.S 2009-11-13 10:51:39.000000000 +0100
15+++ sle11-2009-11-13/arch/x86/ia32/ia32entry-xen.S 2009-11-13 10:51:47.000000000 +0100
16@@ -775,16 +775,4 @@ ia32_sys_call_table:
2cb7cef9
BS
17 .quad sys_dup3 /* 330 */
18 .quad sys_pipe2
19 .quad sys_inotify_init1
20- .quad sys_pfm_create_context
21- .quad sys_pfm_write_pmcs
22- .quad sys_pfm_write_pmds /* 335 */
23- .quad sys_pfm_read_pmds
24- .quad sys_pfm_load_context
25- .quad sys_pfm_start
26- .quad sys_pfm_stop
27- .quad sys_pfm_restart /* 340 */
28- .quad sys_pfm_create_evtsets
29- .quad sys_pfm_getinfo_evtsets
30- .quad sys_pfm_delete_evtsets
31- .quad sys_pfm_unload_context
32 ia32_syscall_end: