Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762016AbXJYPcR (ORCPT ); Thu, 25 Oct 2007 11:32:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1760650AbXJYPcF (ORCPT ); Thu, 25 Oct 2007 11:32:05 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:48125 "EHLO e6.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760528AbXJYPcE (ORCPT ); Thu, 25 Oct 2007 11:32:04 -0400 Message-ID: <4720B6E8.4090003@linux.vnet.ibm.com> Date: Thu, 25 Oct 2007 21:01:52 +0530 From: Balbir Singh Reply-To: balbir@linux.vnet.ibm.com Organization: IBM User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: Jeff Dike CC: Thomas Gleixner , Ingo Molnar , Linux Kernel Mailing List Subject: Re: [x86 patch] Fix UML signal.h build errors References: <20071025130022.8720.77346.sendpatchset@balbir-laptop> <20071025150541.GB5968@c2.user-mode-linux.org> In-Reply-To: <20071025150541.GB5968@c2.user-mode-linux.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 918 Lines: 31 Jeff Dike wrote: > On Thu, Oct 25, 2007 at 06:30:22PM +0530, Balbir Singh wrote: >> Fix build errors seen in UML. > > Al fixed these already. > > FWIW, below is a rolled-up combo patch which make 2.6.24-rc1 UML build. > > It includes Al's build fixes, Wang Cong's driver fix, and a declaration > mismatch in sched.c. > > Jeff > Thats nice, I wonder why I missed them searching on lkml in my gmail box :( Is __arch_um__ the right thing to do or BITS_PER_LONG == 32? I prefer BITS_PER_LONG == 32 over #if defined(__i386__) || defined(__arch__um__). I guess its a matter of personal preference. -- Warm Regards, Balbir Singh Linux Technology Center IBM, ISTL - 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/