linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

ion: fix unmapped heap test settings **not for mainline** #48

Closed etienne-lms closed 7 years ago

etienne-lms commented 7 years ago

If one enables ION_DUMMY_UNMAPPED_HEAP without providing the target unmapped heap configuration settings (physical base address and size), the kernel cannot build. This situation occurs in linux test build cases, i.e running the allmodconfig configuration.

This change overcomes the issue by providing default null settings both ION_DUMMY_UNMAPPED_BASE and ION_DUMMY_UNMAPPED_SIZE.

This change aims at fixing https://projects.linaro.org/browse/SWG-244 (edited ref).

jenswi-linaro commented 7 years ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>

etienne-lms commented 7 years ago

squashed. tag applied.