Commit 277d1f58 authored by Suresh Siddha's avatar Suresh Siddha Committed by Ingo Molnar

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: default avatarSuresh Siddha <suresh.b.siddha@intel.com>
Cc: akpm@linux-foundation.org
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 372e92d8
......@@ -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)
{
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment