From: Gerald Schaefer Date: Wed, 17 Oct 2012 14:10:23 +0000 (+0200) Subject: s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGE X-Git-Tag: upstream/snapshot3+hdmi~6358^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f58aac9af2e93a23cd5f33fed0388e350cf58b9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGE Add missing select statement to arch/s390/Kconfig. Signed-off-by: Gerald Schaefer Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 3f3d9ca..5dba755 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -130,6 +130,7 @@ config S390 select ARCH_INLINE_WRITE_UNLOCK_IRQRESTORE select HAVE_UID16 if 32BIT select ARCH_WANT_IPC_PARSE_VERSION + select HAVE_ARCH_TRANSPARENT_HUGEPAGE if 64BIT select GENERIC_SMP_IDLE_THREAD select GENERIC_TIME_VSYSCALL_OLD select GENERIC_CLOCKEVENTS