x2apic: uninline uv_init_apic_ldr()

Andrew says:
> There's no point in declaring it inline if it's always called indirectly.

And point taken!

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: akpm@linux-foundation.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Suresh Siddha
2008-07-12 08:45:10 +02:00
committed by Ingo Molnar
parent 372e92d8b3
commit 277d1f5846
+1 -1
View File
@@ -120,7 +120,7 @@ static int uv_apic_id_registered(void)
return 1;
}
static inline void uv_init_apic_ldr(void)
static void uv_init_apic_ldr(void)
{
}