]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.arch/x2APIC_PATCH_29_of_41_277d1f5846d84e16760131a93b7a67ebfa8eded4
Revert "Disable build of xen kernel."
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.arch / x2APIC_PATCH_29_of_41_277d1f5846d84e16760131a93b7a67ebfa8eded4
1 From: Suresh Siddha <suresh.b.siddha@intel.com>
2 Subject: x2apic: uninline uv_init_apic_ldr()
3 References: fate #303948 and fate #303984
4 Patch-Mainline: queued for .28
5 Commit-ID: 277d1f5846d84e16760131a93b7a67ebfa8eded4
6
7 Signed-off-by: Thomas Renninger <trenn@suse.de>
8
9 Andrew says:
10 > There's no point in declaring it inline if it's always called indirectly.
11
12 And point taken!
13
14 Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
15 Cc: akpm@linux-foundation.org
16 Signed-off-by: Ingo Molnar <mingo@elte.hu>
17
18 ---
19 arch/x86/kernel/genx2apic_uv_x.c | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 Index: linux-2.6.26/arch/x86/kernel/genx2apic_uv_x.c
23 ===================================================================
24 --- linux-2.6.26.orig/arch/x86/kernel/genx2apic_uv_x.c
25 +++ linux-2.6.26/arch/x86/kernel/genx2apic_uv_x.c
26 @@ -124,7 +124,7 @@ static int uv_apic_id_registered(void)
27 return 1;
28 }
29
30 -static inline void uv_init_apic_ldr(void)
31 +static void uv_init_apic_ldr(void)
32 {
33 }
34