From mboxrd@z Thu Jan 1 00:00:00 1970 From: james.morse@arm.com (James Morse) Date: Mon, 20 Jun 2016 17:06:22 +0100 Subject: [PATCH v19 05/13] arm64/kexec: Add pr_debug output In-Reply-To: References: Message-ID: <5768147E.1050900@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Geoff, On 17/06/16 00:48, Geoff Levand wrote: > To aid in debugging kexec problems or when adding new functionality to > kexec add a new routine kexec_image_info() and several inline pr_debug > statements. > > Signed-off-by: Geoff Levand > diff --git a/arch/arm64/kernel/machine_kexec.c b/arch/arm64/kernel/machine_kexec.c > index a6dcb9c..7372e58 100644 > --- a/arch/arm64/kernel/machine_kexec.c > +++ b/arch/arm64/kernel/machine_kexec.c > @@ -11,6 +11,7 @@ > > #include > #include > +#include Now that the get_user(maybe_dtb_addr,.. has gone, I don't think we need this header. > > #include > #include Reviewed-by: James Morse Thanks, James From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <5768147E.1050900@arm.com> Date: Mon, 20 Jun 2016 17:06:22 +0100 From: James Morse MIME-Version: 1.0 Subject: Re: [PATCH v19 05/13] arm64/kexec: Add pr_debug output References: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Geoff Levand Cc: Mark Rutland , marc.zyngier@arm.com, Catalin Marinas , Will Deacon , AKASHI Takahiro , kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org Hi Geoff, On 17/06/16 00:48, Geoff Levand wrote: > To aid in debugging kexec problems or when adding new functionality to > kexec add a new routine kexec_image_info() and several inline pr_debug > statements. > > Signed-off-by: Geoff Levand > diff --git a/arch/arm64/kernel/machine_kexec.c b/arch/arm64/kernel/machine_kexec.c > index a6dcb9c..7372e58 100644 > --- a/arch/arm64/kernel/machine_kexec.c > +++ b/arch/arm64/kernel/machine_kexec.c > @@ -11,6 +11,7 @@ > > #include > #include > +#include Now that the get_user(maybe_dtb_addr,.. has gone, I don't think we need this header. > > #include > #include Reviewed-by: James Morse Thanks, James _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec