]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kexec: remove unnecessary debug prints
authorPavel Tatashin <pasha.tatashin@soleen.com>
Wed, 4 Dec 2019 15:59:16 +0000 (10:59 -0500)
committerWill Deacon <will@kernel.org>
Wed, 8 Jan 2020 16:32:55 +0000 (16:32 +0000)
commit139328f4f563b187534f722cab7d983faeeb9eb2
tree45e130b0b1106d15dff5c15954bbe4dce8e31ea8
parentfe73bbb3fd1b85fbcc504f402a09af0d3183daef
arm64: kexec: remove unnecessary debug prints

The kexec_image_info() outputs all the necessary information about the
upcoming kexec. The extra debug printfs in machine_kexec() are not
needed.

Signed-off-by: Pavel Tatashin <pasha.tatashin@soleen.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/machine_kexec.c