]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.xen/xen3-perfmon2-remove_syscalls.patch
Add a patch to fix Intel E100 wake-on-lan problems.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / 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
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: