]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.arch/x2APIC_PATCH_29_of_41_277d1f5846d84e16760131a93b7a67ebfa8eded4
Reenabled linux-xen and xen-image build
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.arch / x2APIC_PATCH_29_of_41_277d1f5846d84e16760131a93b7a67ebfa8eded4
CommitLineData
00e5a55c
BS
1From: Suresh Siddha <suresh.b.siddha@intel.com>
2Subject: x2apic: uninline uv_init_apic_ldr()
3References: fate #303948 and fate #303984
4Patch-Mainline: queued for .28
5Commit-ID: 277d1f5846d84e16760131a93b7a67ebfa8eded4
6
7Signed-off-by: Thomas Renninger <trenn@suse.de>
8
9Andrew says:
10> There's no point in declaring it inline if it's always called indirectly.
11
12And point taken!
13
14Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
15Cc: akpm@linux-foundation.org
16Signed-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
22Index: 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