Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755877Ab0D1A6z (ORCPT ); Tue, 27 Apr 2010 20:58:55 -0400 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:49716 "EHLO sunset.davemloft.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754365Ab0D1A6y (ORCPT ); Tue, 27 Apr 2010 20:58:54 -0400 Date: Tue, 27 Apr 2010 17:58:58 -0700 (PDT) Message-Id: <20100427.175858.134109609.davem@davemloft.net> To: jbaron@redhat.com Cc: linux-kernel@vger.kernel.org, mingo@elte.hu, mathieu.desnoyers@polymtl.ca, hpa@zytor.com, tglx@linutronix.de, rostedt@goodmis.org, andi@firstfloor.org, roland@redhat.com, rth@redhat.com, mhiramat@redhat.com, fweisbec@gmail.com, avi@redhat.com, vgoyal@redhat.com Subject: Re: [PATCH 00/11] jump label v7 From: David Miller In-Reply-To: <20100422.161700.191166551.davem@davemloft.net> References: <20100422.161700.191166551.davem@davemloft.net> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 27 From: David Miller Date: Thu, 22 Apr 2010 16:17:00 -0700 (PDT) > From: Jason Baron > Date: Fri, 16 Apr 2010 11:24:10 -0400 > >> David, I re-worked the sparc64 to match the updated interfaces. The >> code should hopefully compile now, although I did not test the sparc >> bits. > > Thanks for working on this Jason. I'll take a close look at this > some time today. The kernel stops compiling after the second patch because kernel/jump_label.c is compiled unconditionally, and this generates an attempt to include asm/alternatives.h which is an x86-only phenomenon. Do you have access to a cross-compile environment or at least some non-x86 system you can test build on before submitting these patch sets? Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/