[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080710171430.b15306a3.akpm@linux-foundation.org>
Date: Thu, 10 Jul 2008 17:14:30 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Suresh Siddha <suresh.b.siddha@...el.com>
Cc: mingo@...e.hu, hpa@...or.com, tglx@...utronix.de,
arjan@...ux.intel.com, andi@...stfloor.org, ebiederm@...ssion.com,
jbarnes@...tuousgeek.org, steiner@....com,
linux-kernel@...r.kernel.org
Subject: Re: [patch 21/26] x64, x2apic/intr-remap: setup init_apic_ldr for
UV
On Thu, 10 Jul 2008 11:16:55 -0700 Suresh Siddha <suresh.b.siddha@...el.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists