]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.xen/xen3-perfmon2-remove_syscalls.patch
Updated xen patches taken from suse.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.xen / xen3-perfmon2-remove_syscalls.patch
1 From: Tony Jones <tonyj@suse.de>
2 Subject: drop additional perfmon2 syscalls
3 Patch-mainline: never
4
5 Patch accepted from SGI (bnc#430298, FATE #303968) added 12 new syscalls
6 which have been replaced (for SLES11) with an ioctl based interface.
7
8 Remove the relevant syscalls.
9
10 Signed-off-by: Tony Jones <tonyj@suse.de>
11
12 Automatically created from "patches.suse/perfmon2-remove_syscalls.patch" by xen-port-patches.py
13
14 --- sle11-2009-03-24.orig/arch/x86/ia32/ia32entry-xen.S 2009-03-24 10:20:46.000000000 +0100
15 +++ sle11-2009-03-24/arch/x86/ia32/ia32entry-xen.S 2009-03-24 10:20:51.000000000 +0100
16 @@ -783,16 +783,4 @@ ia32_sys_call_table:
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: