summaryrefslogtreecommitdiffstats
path: root/baseconfig
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2017-03-29 11:42:17 +0200
committerLaura Abbott <labbott@fedoraproject.org>2017-03-29 10:41:04 -0700
commit2439f8931750cb2d248803aea0a6802afc29df49 (patch)
tree467852cded8805daf441460adf4231a745730ea6 /baseconfig
parenta4579f8907c1ee767a4737e6102749da80c36f50 (diff)
downloadkernel-2439f8931750cb2d248803aea0a6802afc29df49.tar.gz
kernel-2439f8931750cb2d248803aea0a6802afc29df49.tar.xz
kernel-2439f8931750cb2d248803aea0a6802afc29df49.zip
enable THP on Power (#1434007)
[labbott: Build the kernel configs, add rpm changelog)
Diffstat (limited to 'baseconfig')
-rw-r--r--baseconfig/powerpc/CONFIG_DEV_DAX1
-rw-r--r--baseconfig/powerpc/CONFIG_DEV_DAX_PMEM1
-rw-r--r--baseconfig/powerpc/CONFIG_NR_DEV_DAX1
-rw-r--r--baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE2
-rw-r--r--baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE_MADVISE1
5 files changed, 5 insertions, 1 deletions
diff --git a/baseconfig/powerpc/CONFIG_DEV_DAX b/baseconfig/powerpc/CONFIG_DEV_DAX
new file mode 100644
index 000000000..77478a213
--- /dev/null
+++ b/baseconfig/powerpc/CONFIG_DEV_DAX
@@ -0,0 +1 @@
+CONFIG_DEV_DAX=m
diff --git a/baseconfig/powerpc/CONFIG_DEV_DAX_PMEM b/baseconfig/powerpc/CONFIG_DEV_DAX_PMEM
new file mode 100644
index 000000000..8c7fd6732
--- /dev/null
+++ b/baseconfig/powerpc/CONFIG_DEV_DAX_PMEM
@@ -0,0 +1 @@
+CONFIG_DEV_DAX_PMEM=m
diff --git a/baseconfig/powerpc/CONFIG_NR_DEV_DAX b/baseconfig/powerpc/CONFIG_NR_DEV_DAX
new file mode 100644
index 000000000..3fd0f86b1
--- /dev/null
+++ b/baseconfig/powerpc/CONFIG_NR_DEV_DAX
@@ -0,0 +1 @@
+CONFIG_NR_DEV_DAX=32768
diff --git a/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE b/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE
index 4874a851b..75d999c66 100644
--- a/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE
+++ b/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE
@@ -1 +1 @@
-# CONFIG_TRANSPARENT_HUGEPAGE is not set
+CONFIG_TRANSPARENT_HUGEPAGE=y
diff --git a/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE_MADVISE b/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE_MADVISE
new file mode 100644
index 000000000..f9a942f2c
--- /dev/null
+++ b/baseconfig/powerpc/CONFIG_TRANSPARENT_HUGEPAGE_MADVISE
@@ -0,0 +1 @@
+CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y