Re: [RFC 1/8] x86_64: Change GET_APIC_ID() from an inline function to an out-of-line function

From: Jack Steiner
Date: Mon Mar 24 2008 - 21:38:19 EST


> > 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??

--- jack

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