Skip to content

Commit

Permalink
x2apic: uninline uv_init_apic_ldr()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Suresh Siddha authored and Ingo Molnar committed Jul 12, 2008
1 parent 372e92d commit 277d1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/genx2apic_uv_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 277d1f5

Please sign in to comment.