[armel/kirkwood] Disable ZSMALLOC

svn path=/dists/sid/linux/; revision=22207
This commit is contained in:
Ian Campbell 2014-12-19 08:54:22 +00:00
parent ad649354cd
commit fc50a9a065
3 changed files with 13 additions and 0 deletions

1
debian/changelog vendored
View File

@ -20,6 +20,7 @@ linux (3.16.7-ckt2-2) UNRELEASED; urgency=medium
- [/kirkwood] Disable RD_LZO and RD_LZ4
- [/kirkwood] mm: Disable KSM
- [/kirkwood] Disable CHECKPOINT_RESTORE
- [/kirkwood] Disable ZSMALLOC
-- Ben Hutchings <ben@decadent.org.uk> Sat, 13 Dec 2014 11:45:48 +0000

View File

@ -643,6 +643,7 @@ CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
## end choice
# CONFIG_KSM is not set
# CONFIG_ZSMALLOC is not set
##
## file: net/atm/Kconfig

View File

@ -40,6 +40,17 @@ recommends: uboot-mkimage
# QNAP TS-119/TS-219: 2097152 - 8 - 64 = 2097080
check-size: 2097080
[kirkwood_abi]
ignore-changes:
# Disabled in 3.16.7-ckt2-2 to reduce image size (#772983)
zs_create_pool
zs_destroy_pool
zs_free
zs_get_total_size_bytes
zs_malloc
zs_map_object
zs_unmap_object
[orion5x_description]
hardware: Marvell Orion
hardware-long: Marvell Orion 5181, 5182 and 5281 based systems (QNAP TS-109/TS-209, etc)