]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.kabi/xen3-patch-2.6.27.18-19
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.kabi / xen3-patch-2.6.27.18-19
1 From: jbeulich@novell.com
2 Subject: fix kABI for patches.xen/xen3-patch-2.6.27.18-19
3 Patch-mainline: obsolete
4
5 --- sle11-2009-03-16.orig/arch/x86/mm/hypervisor.c 2009-03-16 16:17:37.000000000 +0100
6 +++ sle11-2009-03-16/arch/x86/mm/hypervisor.c 2009-03-16 16:17:45.000000000 +0100
7 @@ -113,9 +113,10 @@ static int _xen_multicall_flush(bool ret
8 return 0;
9 }
10
11 -void xen_multicall_flush(bool force) {
12 +int xen_multicall_flush(bool force) {
13 if (force || use_lazy_mmu_mode())
14 _xen_multicall_flush(false);
15 + return 0;
16 }
17 EXPORT_SYMBOL(xen_multicall_flush);
18
19 --- sle11-2009-03-16.orig/include/asm-x86/mach-xen/asm/hypervisor.h 2009-03-16 16:17:37.000000000 +0100
20 +++ sle11-2009-03-16/include/asm-x86/mach-xen/asm/hypervisor.h 2009-03-16 16:17:45.000000000 +0100
21 @@ -132,7 +132,7 @@ void scrub_pages(void *, unsigned int);
22
23 DECLARE_PER_CPU(bool, xen_lazy_mmu);
24
25 -void xen_multicall_flush(bool);
26 +int xen_multicall_flush(bool);
27
28 int __must_check xen_multi_update_va_mapping(unsigned long va, pte_t,
29 unsigned long flags);