Re: [patch 21/26] x64, x2apic/intr-remap: setup init_apic_ldr for UV

From: Suresh Siddha
Date: Thu Jul 10 2008 - 21:56:33 EST


On Thu, Jul 10, 2008 at 05:14:30PM -0700, Andrew Morton wrote:
> On Thu, 10 Jul 2008 11:16:55 -0700 Suresh Siddha <suresh.b.siddha@xxxxxxxxx> wrote:
>
> > +static inline void uv_init_apic_ldr(void)
> > +{
> > +}
> > +
> > static unsigned int uv_cpu_mask_to_apicid(cpumask_t cpumask)
> > {
> > int cpu;
> > @@ -164,6 +168,7 @@
> > .target_cpus = uv_target_cpus,
> > .vector_allocation_domain = uv_vector_allocation_domain,/* Fixme ZZZ */
> > .apic_id_registered = uv_apic_id_registered,
> > + .init_apic_ldr = uv_init_apic_ldr,
>
> There's no point in declaring it inline if it's always called indirectly.

oops. will fix it.

thanks,
suresh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/