[PATCH] [TRIVIAL] s390: drop "select HAVE_GET_USER_PAGES_FAST"

From: Paul Bolle
Date: Sun Nov 13 2011 - 07:01:09 EST


There is no Kconfig symbol named HAVE_GET_USER_PAGES_FAST. The select
statement for that symbol is a nop. Drop it.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
0) Tested with "yes "" | make ARCH=s390 config" before and after
applying this patch. Identical .config files were generated, as was
expected.

1) This select statement was, I must assume, deliberately added in
commit 80217147a3 ("[S390] lockless get_user_pages_fast()"). Perhaps
there was some confusion about the amount of magic actually involved in
the kbuild system.

arch/s390/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index a9fbd43..7014cfc 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -87,7 +87,6 @@ config S390
select HAVE_KERNEL_LZMA
select HAVE_KERNEL_LZO
select HAVE_KERNEL_XZ
- select HAVE_GET_USER_PAGES_FAST
select HAVE_ARCH_MUTEX_CPU_RELAX
select HAVE_ARCH_JUMP_LABEL if !MARCH_G5
select HAVE_RCU_TABLE_FREE if SMP
--
1.7.4.4



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/