mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-03 23:36:39 +07:00
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:
parent
372e92d8b3
commit
277d1f5846
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user