commit | fc7b7e99170db9bc26921311429d7058d249781c | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Apr 03 11:23:54 2017 +0900 |
committer | AKASHI Takahiro <takahiro.akashi@linaro.org> | Mon Jun 19 15:09:01 2017 +0900 |
tree | 781cde7f3c23ea6b5b5d6276d4aba8c535aa5d76 | |
parent | a6bc75e1aadb965f0d1eed98c82d3e6f55507924 [diff] |
memblock: add memblock_clear_nomap() This function, with a combination of memblock_mark_nomap(), will be used in a later kdump patch for arm64 when it temporarily isolates some range of memory from the other memory blocks in order to create a specific kernel mapping at boot time. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>