Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161532Ab3FUIXh (ORCPT ); Fri, 21 Jun 2013 04:23:37 -0400 Received: from multi.imgtec.com ([194.200.65.239]:4163 "EHLO multi.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161520Ab3FUIXa (ORCPT ); Fri, 21 Jun 2013 04:23:30 -0400 Message-ID: <51C40D78.4040603@imgtec.com> Date: Fri, 21 Jun 2013 09:23:20 +0100 From: James Hogan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Santosh Shilimkar CC: Vineet Gupta , , Russell King , Catalin Marinas , Will Deacon , Mark Salter , Aurelien Jacquiot , Michal Simek , Ralf Baechle , Jonas Bonn , Benjamin Herrenschmidt , Paul Mackerras , , , Chris Zankel , Max Filippov , "Grant Likely" , Rob Herring , , , Nicolas Pitre , , , , , , Subject: Re: [PATCH] of: Specify initrd location using 64-bit References: <1371775956-16453-1-git-send-email-santosh.shilimkar@ti.com> <51C3D8E7.5030601@synopsys.com> In-Reply-To: <51C3D8E7.5030601@synopsys.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.154.65] X-SEF-Processed: 7_3_0_01192__2013_06_21_09_23_22 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2801 Lines: 77 On 21/06/13 05:39, Vineet Gupta wrote: > Hi Santosh, > > On 06/21/2013 06:22 AM, Santosh Shilimkar wrote: >> Cc: Vineet Gupta >> Cc: Russell King >> Cc: Catalin Marinas >> Cc: Will Deacon >> Cc: Mark Salter >> Cc: Aurelien Jacquiot >> Cc: James Hogan >> Cc: Michal Simek >> Cc: Ralf Baechle >> Cc: Jonas Bonn >> Cc: Benjamin Herrenschmidt >> Cc: Paul Mackerras >> Cc: x86@kernel.org >> Cc: arm@kernel.org >> Cc: Chris Zankel >> Cc: Max Filippov >> Cc: Grant Likely >> Cc: Rob Herring >> Cc: bigeasy@linutronix.de >> Cc: robherring2@gmail.com >> Cc: Nicolas Pitre >> >> Cc: linux-arm-kernel@lists.infradead.org >> Cc: linux-c6x-dev@linux-c6x.org >> Cc: linux-mips@linux-mips.org >> Cc: linuxppc-dev@lists.ozlabs.org >> Cc: linux-xtensa@linux-xtensa.org >> Cc: devicetree-discuss@lists.ozlabs.org >> >> Signed-off-by: Santosh Shilimkar >> --- >> arch/arc/mm/init.c | 3 +-- >> arch/arm/mm/init.c | 2 +- >> arch/arm64/mm/init.c | 3 +-- >> arch/c6x/kernel/devicetree.c | 3 +-- >> arch/metag/mm/init.c | 3 +-- >> arch/microblaze/kernel/prom.c | 3 +-- >> arch/mips/kernel/prom.c | 3 +-- >> arch/openrisc/kernel/prom.c | 3 +-- >> arch/powerpc/kernel/prom.c | 3 +-- >> arch/x86/kernel/devicetree.c | 3 +-- >> arch/xtensa/kernel/setup.c | 3 +-- >> drivers/of/fdt.c | 10 ++++++---- >> include/linux/of_fdt.h | 3 +-- >> 13 files changed, 18 insertions(+), 27 deletions(-) >> >> diff --git a/arch/arc/mm/init.c b/arch/arc/mm/init.c >> index 4a17736..3640c74 100644 >> --- a/arch/arc/mm/init.c >> +++ b/arch/arc/mm/init.c >> @@ -157,8 +157,7 @@ void __init free_initrd_mem(unsigned long start, unsigned long end) >> #endif >> >> #ifdef CONFIG_OF_FLATTREE >> -void __init early_init_dt_setup_initrd_arch(unsigned long start, >> - unsigned long end) >> +void __init early_init_dt_setup_initrd_arch(u64 start, u64 end) >> { >> pr_err("%s(%lx, %lx)\n", __func__, start, end); >> } > > To avoid gcc warnings, you need to fix the print format specifiers too. The same thing goes for arch/metag too. Cheers James -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/