[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <86802c440803241918y4e1589e5h6319806238ecd00b@mail.gmail.com>
Date: Mon, 24 Mar 2008 19:18:50 -0700
From: "Yinghai Lu" <yhlu.kernel@...il.com>
To: "Jack Steiner" <steiner@....com>
Cc: mingo@...e.hu, tglx@...utronix.de, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [RFC 1/8] x86_64: Change GET_APIC_ID() from an inline function to an out-of-line function
On Mon, Mar 24, 2008 at 6:37 PM, Jack Steiner <steiner@....com> wrote:
> > > Index: linux/include/asm-x86/apicdef.h
> > > ===================================================================
> > > --- linux.orig/include/asm-x86/apicdef.h 2008-03-18 14:54:19.000000000 -0500
> > > +++ linux/include/asm-x86/apicdef.h 2008-03-21 09:07:23.000000000 -0500
> > > @@ -14,7 +14,6 @@
> > >
> > > #ifdef CONFIG_X86_64
> > > # define APIC_ID_MASK (0xFFu<<24)
> > > -# define GET_APIC_ID(x) (((x)>>24)&0xFFu)
> > > # define SET_APIC_ID(x) (((x)<<24))
> > > #endif
> >
> > it this patch after smpboot.c integration?
> >
> > that patchsets have GET_APIC_ID in mach_apicdef.h instead of apicdef.h
> >
>
> Sorry - I meant to add to the patches that they are based on linux-2.6.25-rc5-mm1.
> Was the change to smpboot.c made in -rc6??
x86.git#latest
http://people.redhat.com/mingo/x86.git/README
YH
--
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