Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752760AbWKBJK5 (ORCPT ); Thu, 2 Nov 2006 04:10:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752762AbWKBJK5 (ORCPT ); Thu, 2 Nov 2006 04:10:57 -0500 Received: from amsfep17-int.chello.nl ([213.46.243.15]:59324 "EHLO amsfep16-int.chello.nl") by vger.kernel.org with ESMTP id S1752764AbWKBJKz (ORCPT ); Thu, 2 Nov 2006 04:10:55 -0500 Subject: Re: [patch -mm] s390: pagefault_disable/enable build fix From: Peter Zijlstra To: Heiko Carstens Cc: Andrew Morton , linux-kernel@vger.kernel.org, Martin Schwidefsky In-Reply-To: <20061102090546.GA7131@osiris.boeblingen.de.ibm.com> References: <20061101235407.a92f94a5.akpm@osdl.org> <20061102090546.GA7131@osiris.boeblingen.de.ibm.com> Content-Type: text/plain Date: Thu, 02 Nov 2006 10:11:51 +0100 Message-Id: <1162458711.27131.8.camel@taijtu> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 999 Lines: 28 On Thu, 2006-11-02 at 10:05 +0100, Heiko Carstens wrote: > From: Heiko Carstens > > arch/s390/lib/lib.a(uaccess_std.o)(.text+0x282): In function `futex_atomic_op': > : undefined reference to `pagefault_disable' > > Cc: Peter Zijlstra > Cc: Martin Schwidefsky > Signed-off-by: Heiko Carstens > --- > > Looks like we want to replace all asm/uaccess.h with linux/uaccess.h... Bah, I knew that misery was upon us: http://programming.kicks-ass.net/kernel-patches/mm_inatomic/ In particular: http://programming.kicks-ass.net/kernel-patches/mm_inatomic/uaccess_asm_to_linux.patch :-( I'd just hoped that'd not be needed for these three patches... - 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/