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

From: Andrew Morton
Date: Thu Jul 10 2008 - 20:20:51 EST


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.
--
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/