mm: Enable FRONTSWAP, ZSWAP (except armel/{ixp4xx,orion5x}) (Closes: #725703)

svn path=/dists/trunk/linux/; revision=21751
This commit is contained in:
Ben Hutchings 2014-08-27 07:51:46 +00:00
parent 8364adfe25
commit c692bc729d
3 changed files with 5 additions and 1 deletions

2
debian/changelog vendored
View File

@ -13,6 +13,8 @@ linux (3.16.1-1) UNRELEASED; urgency=medium
(except on armel/kirkwood)
* [powerpc] drm: Disable DRM_RADEON_UMS, as radeon X driver now requires KMS
* aio: fix reqs_available handling (regression in 3.14.10)
* mm: Enable FRONTSWAP, ZSWAP (except armel/{ixp4xx,orion5x})
(Closes: #725703)
[ Vagrant Cascadian ]
* [armmp] Enable IMX_IPUV3_CORE (closes: #756810).

View File

@ -52,6 +52,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
## file: mm/Kconfig
##
# CONFIG_KSM is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_ZSMALLOC is not set
##

View File

@ -5006,8 +5006,9 @@ CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
## end choice
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
CONFIG_FRONTSWAP=y
# CONFIG_CMA is not set
CONFIG_ZSWAP=y
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_ZSMALLOC=y
# CONFIG_PGTABLE_MAPPING is not set