diff options
author | Gerald Schaefer <gerald.schaefer@de.ibm.com> | 2012-10-17 16:10:23 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-10-18 17:50:10 +0200 |
commit | 0f58aac9af2e93a23cd5f33fed0388e350cf58b9 (patch) | |
tree | 282c7d0e79ed5aedc644b17b413f48ec2c1ece8f /arch/s390/Kconfig | |
parent | 9db8c050f6d16d925298f13f2b468342b37d4eee (diff) |
s390/thp: select HAVE_ARCH_TRANSPARENT_HUGEPAGE
Add missing select statement to arch/s390/Kconfig.
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 3f3d9ca7a5b6..5dba755a43e6 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 |