From patchwork Mon Jan 5 21:05:29 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sam Ravnborg X-Patchwork-Id: 16704 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id 0DC89DE2E6 for ; Tue, 6 Jan 2009 08:04:10 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753357AbZAEVDx (ORCPT ); Mon, 5 Jan 2009 16:03:53 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753300AbZAEVDx (ORCPT ); Mon, 5 Jan 2009 16:03:53 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:52617 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753357AbZAEVDw (ORCPT ); Mon, 5 Jan 2009 16:03:52 -0500 Received: from ravnborg.org (x1-6-00-1e-2a-84-ae-3e.k225.webspeed.dk [80.163.61.94]) by pfepb.post.tele.dk (Postfix) with ESMTP id 79440F84020; Mon, 5 Jan 2009 22:03:48 +0100 (CET) Received: by ravnborg.org (Postfix, from userid 500) id 0013C580D0; Mon, 5 Jan 2009 22:05:29 +0100 (CET) Date: Mon, 5 Jan 2009 22:05:29 +0100 From: Sam Ravnborg To: David Miller Cc: sparclinux@vger.kernel.org Subject: Re: kill most of sparc_ksyms* Message-ID: <20090105210529.GA23798@uranus.ravnborg.org> References: <20090105194431.GA4976@uranus.ravnborg.org> <20090105203646.GA16865@uranus.ravnborg.org> <20090105.125834.177970708.davem@davemloft.net> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20090105.125834.177970708.davem@davemloft.net> User-Agent: Mutt/1.4.2.1i Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org On Mon, Jan 05, 2009 at 12:58:34PM -0800, David Miller wrote: > From: Sam Ravnborg > Date: Mon, 5 Jan 2009 21:36:46 +0100 > > > Disregard this serie. I bug sneaked in on sparc64. > > I will resubmit later this week. > > If you tell me what the problem is, I might fix it up > myself :-) So far I found a missing include: But it troubles me that I cannot explain why this happened. I did a rebase of the set and I may have just lost this change as I recall I made it once before. Or maybe I just lost is because I had commented out -Werror due to the branch_tracer issues. Trying to build a vmlinux image from an allmodconfig at the moment. But it is getting late.. Sam --- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/sparc/kernel/sys_sparc_64.c b/arch/sparc/kernel/sys_sparc_64.c index deb0bbb..faa8b4f 100644 --- a/arch/sparc/kernel/sys_sparc_64.c +++ b/arch/sparc/kernel/sys_sparc_64.c @@ -5,6 +5,7 @@ * platform. */ +#include #include #include #include