Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752755AbWKBJGZ (ORCPT ); Thu, 2 Nov 2006 04:06:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752757AbWKBJGZ (ORCPT ); Thu, 2 Nov 2006 04:06:25 -0500 Received: from mtagate5.uk.ibm.com ([195.212.29.138]:22493 "EHLO mtagate5.uk.ibm.com") by vger.kernel.org with ESMTP id S1752755AbWKBJGY (ORCPT ); Thu, 2 Nov 2006 04:06:24 -0500 Date: Thu, 2 Nov 2006 10:05:46 +0100 From: Heiko Carstens To: Andrew Morton Cc: linux-kernel@vger.kernel.org, Peter Zijlstra , Martin Schwidefsky Subject: [patch -mm] s390: pagefault_disable/enable build fix Message-ID: <20061102090546.GA7131@osiris.boeblingen.de.ibm.com> References: <20061101235407.a92f94a5.akpm@osdl.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061101235407.a92f94a5.akpm@osdl.org> User-Agent: mutt-ng/devel-r804 (Linux) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1211 Lines: 33 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... arch/s390/lib/uaccess_std.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.19-rc4-mm2/arch/s390/lib/uaccess_std.c =================================================================== --- linux-2.6.19-rc4-mm2.orig/arch/s390/lib/uaccess_std.c 2006-11-02 09:37:08.000000000 +0100 +++ linux-2.6.19-rc4-mm2/arch/s390/lib/uaccess_std.c 2006-11-02 09:48:31.000000000 +0100 @@ -11,7 +11,7 @@ #include #include -#include +#include #include #ifndef __s390x__ - 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/