Browse Source

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>
Suresh Siddha 17 years ago
parent
commit
277d1f5846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kernel/genx2apic_uv_x.c

+ 1 - 1
arch/x86/kernel/genx2apic_uv_x.c

@@ -120,7 +120,7 @@ static int uv_apic_id_registered(void)
 	return 1;
 	return 1;
 }
 }
 
 
-static inline void uv_init_apic_ldr(void)
+static void uv_init_apic_ldr(void)
 {
 {
 }
 }