[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080711015621.GQ1678@linux-os.sc.intel.com>
Date: Thu, 10 Jul 2008 18:56:21 -0700
From: Suresh Siddha <suresh.b.siddha@...el.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: "Siddha, Suresh B" <suresh.b.siddha@...el.com>,
"mingo@...e.hu" <mingo@...e.hu>, "hpa@...or.com" <hpa@...or.com>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"arjan@...ux.intel.com" <arjan@...ux.intel.com>,
"andi@...stfloor.org" <andi@...stfloor.org>,
"ebiederm@...ssion.com" <ebiederm@...ssion.com>,
"jbarnes@...tuousgeek.org" <jbarnes@...tuousgeek.org>,
"steiner@....com" <steiner@....com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [patch 21/26] x64, x2apic/intr-remap: setup init_apic_ldr for UV
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@...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.
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@...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