projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4da228
)
s390: drop "select HAVE_GET_USER_PAGES_FAST"
author
Paul Bolle
<pebolle@tiscali.nl>
Sun, 13 Nov 2011 12:00:56 +0000
(13:00 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Sun, 13 Nov 2011 19:48:22 +0000
(20:48 +0100)
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@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/s390/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/Kconfig
b/arch/s390/Kconfig
index ed5cb5af52816940d45c6610e3e2e0d8c1d60a82..ce8eaaa65665218a521efceebe4b19f866865221 100644
(file)
--- 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