From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: Re: Can't build SMP Kernel from linux-2.6-xen mergetree Date: Wed, 25 Jan 2006 14:57:42 +0100 Message-ID: <20060125135742.GA8710@snarc.org> References: <1138190889.5131.13.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1138190889.5131.13.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Matthias Quade Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Wed, Jan 25, 2006 at 01:08:09PM +0100, Matthias Quade wrote: > i've done an hg pull and update and wanted to build a new dom0 kernel > for my dual P3. > I can build either a SMP kernel (X86_PC [=y] & SMP [=y]) or a Xen-Kernel > (X86_XEN [=y] & SMP [=n]). If I enable both I'll get the stuff down > there... > > My .config is attached. > > Maybee I'm doing something completly wrong... So please give me an > advice how to compile an smp-kernel for xen. for the moment beeing you can just revert the changeset 16044 "Fix non-SMP build with spinlock debugging enabled" which is the wrong fix. The include mess is far from trivial to fixup. to revert with hg => hg export 16044 | patch -p1 -R Cheers, -- Vincent Hanquez