]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: fix the flush_icache_range arguments in machine_kexec
authorChristoph Hellwig <hch@lst.de>
Sun, 10 May 2020 07:54:41 +0000 (09:54 +0200)
committerCatalin Marinas <catalin.marinas@arm.com>
Mon, 11 May 2020 11:02:14 +0000 (12:02 +0100)
commit52c95ad81348696bf5e4e23353c00c64d4dc98a7
treeaae8f02506a0efd7cb30d0f850b9df78a482e047
parent5d8511259784a5d011c3235ef59cce682828c2be
arm64: fix the flush_icache_range arguments in machine_kexec

The second argument is the end "pointer", not the length.

Fixes: 4756239234e8 ("arm64/kexec: Add core kexec support")
Cc: <stable@vger.kernel.org> # 4.8.x-
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/machine_kexec.c