From: Andy Whitcroft <apw@shadowen.org>
To: schwidefsky@de.ibm.com, heiko.carstens@de.ibm.com, linux390@de.ibm.com
Cc: Andrew Morton <akpm@osdl.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andy Whitcroft <apw@shadowen.org>,
linux-390@vm.marist.edu
Subject: [PATCH] s390 need definitions for pagefault_disable and pagefault_enable
Date: Mon, 6 Nov 2006 18:35:21 +0000 [thread overview]
Message-ID: <7e94d9e3967f67b1151689921a21fd65@pinky> (raw)
In-Reply-To: <20061101235407.a92f94a5.akpm@osdl.org>
s390: need definitions for pagefault_disable and pagefault_enable
Seems that when the changes for user futex's went into 2.6.19-rc4-mm2
s390 was missed. Leading to the following compile failure:
arch/s390/lib/lib.a(uaccess_std.o)(.text+0x37c): In function
`futex_atomic_op':
: undefined reference to `pagefault_disable'
arch/s390/lib/lib.a(uaccess_std.o)(.text+0x3cc): In function
`futex_atomic_op':
: undefined reference to `pagefault_enable'
[...]
This seems to be enough to get testing working again.
Signed-off-by: Andy Whitcroft <apw@shadowen.org>
---
diff --git a/arch/s390/lib/uaccess_std.c b/arch/s390/lib/uaccess_std.c
index 9bbeaa0..ad296dc 100644
--- a/arch/s390/lib/uaccess_std.c
+++ b/arch/s390/lib/uaccess_std.c
@@ -11,6 +11,8 @@
#include <linux/errno.h>
#include <linux/mm.h>
+#include <linux/uaccess.h>
+
#include <asm/uaccess.h>
#include <asm/futex.h>
next prev parent reply other threads:[~2006-11-06 18:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-02 7:54 2.6.19-rc4-mm2 Andrew Morton
2006-11-02 9:05 ` [patch -mm] s390: pagefault_disable/enable build fix Heiko Carstens
2006-11-02 9:11 ` Peter Zijlstra
2006-11-02 23:27 ` 2.6.19-rc4-mm2 [PATCH] acpi unsused variable cleanup Mariusz Kozlowski
2006-11-03 15:08 ` 2.6.19-rc4-mm2 -- reiserfs umount panic Andy Whitcroft
2006-11-03 19:02 ` Andrew Morton
2006-11-06 11:05 ` Vasily Averin
2006-11-06 11:08 ` [PATCH 2.6.19-rc4] Documentation: remount_fs() needs lock_kernel Vasily Averin
2006-11-03 21:42 ` 2.6.19-rc4-mm2 Andrew James Wade
2006-11-03 21:51 ` 2.6.19-rc4-mm2 Andrew Morton
2006-11-04 20:20 ` 2.6.19-rc4-mm2 Mariusz Kozlowski
2006-11-06 18:35 ` Andy Whitcroft [this message]
2006-11-07 8:13 ` [PATCH] s390 need definitions for pagefault_disable and pagefault_enable Heiko Carstens
2006-11-07 10:09 ` Andy Whitcroft
2006-11-07 10:13 ` Heiko Carstens
2006-11-07 10:36 ` Andy Whitcroft
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7e94d9e3967f67b1151689921a21fd65@pinky \
--to=apw@shadowen.org \
--cc=akpm@osdl.org \
--cc=heiko.carstens@de.ibm.com \
--cc=linux-390@vm.marist.edu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux390@de.ibm.com \
--cc=schwidefsky@de.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®