commit | 3b54b743397eb51f879f2bf24b9938b80e5a2092 | [log] [tgz] |
---|---|---|
author | Pavel Tatashin <pasha.tatashin@soleen.com> | Wed Dec 04 10:59:16 2019 -0500 |
committer | Will Deacon <will@kernel.org> | Wed Jan 08 16:32:55 2020 +0000 |
tree | 45e130b0b1106d15dff5c15954bbe4dce8e31ea8 | |
parent | de68e4daea9084df4c614d31e2061d5d31bf24f4 [diff] |
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>