From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 24 Mar 2008 20:37:59 -0500 From: Jack Steiner Subject: Re: [RFC 1/8] x86_64: Change GET_APIC_ID() from an inline function to an out-of-line function Message-ID: <20080325013759.GA16549@sgi.com> References: <20080324182107.GA27979@sgi.com> <86802c440803241534p5c28193brf769280fe05d286d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86802c440803241534p5c28193brf769280fe05d286d@mail.gmail.com> Sender: owner-linux-mm@kvack.org Return-Path: To: Yinghai Lu Cc: mingo@elte.hu, tglx@linutronix.de, linux-mm@kvack.org, linux-kernel@vger.kernel.org List-ID: > > 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org