From mboxrd@z Thu Jan 1 00:00:00 1970 From: rkuo Subject: Re: [PATCH v2] flush_icache_range: Export symbol to fix build errors Date: Wed, 20 Aug 2014 19:06:29 -0500 Message-ID: <20140821000629.GB6040@codeaurora.org> References: <1408377559-30775-1-git-send-email-bobby.prani@gmail.com> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1408377559-30775-1-git-send-email-bobby.prani@gmail.com> Sender: linux-sh-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pranith Kumar Cc: Vineet Gupta , Chris Metcalf , Chris Zankel , Max Filippov , Noam Camus , Andrew Morton , Geert Uytterhoeven , Masami Hiramatsu , Tony Lu , Kirill Tkhai , open list , "open list:QUALCOMM HEXAGON..." , "open list:SUPERH" , "open list:TENSILICA XTENSA..." On Mon, Aug 18, 2014 at 11:59:13AM -0400, Pranith Kumar wrote: > Fix building errors occuring due to a missing export of flush_icache_range() in > > kisskb.ellerman.id.au/kisskb/buildresult/11677809/ > > ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! > > Signed-off-by: Pranith Kumar > Reported-by: Geert Uytterhoeven > CC: Andrew Morton > --- > arch/arc/mm/cache_arc700.c | 1 + > arch/hexagon/mm/cache.c | 1 + > arch/sh/mm/cache.c | 1 + > arch/tile/kernel/smp.c | 1 + > arch/xtensa/kernel/smp.c | 1 + > 5 files changed, 5 insertions(+) > For Hexagon, Acked-by: Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation From mboxrd@z Thu Jan 1 00:00:00 1970 From: rkuo Date: Thu, 21 Aug 2014 00:06:29 +0000 Subject: Re: [PATCH v2] flush_icache_range: Export symbol to fix build errors Message-Id: <20140821000629.GB6040@codeaurora.org> List-Id: References: <1408377559-30775-1-git-send-email-bobby.prani@gmail.com> In-Reply-To: <1408377559-30775-1-git-send-email-bobby.prani@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pranith Kumar Cc: Vineet Gupta , Chris Metcalf , Chris Zankel , Max Filippov , Noam Camus , Andrew Morton , Geert Uytterhoeven , Masami Hiramatsu , Tony Lu , Kirill Tkhai , open list , "open list:QUALCOMM HEXAGON..." , "open list:SUPERH" , "open list:TENSILICA XTENSA..." On Mon, Aug 18, 2014 at 11:59:13AM -0400, Pranith Kumar wrote: > Fix building errors occuring due to a missing export of flush_icache_range() in > > kisskb.ellerman.id.au/kisskb/buildresult/11677809/ > > ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined! > > Signed-off-by: Pranith Kumar > Reported-by: Geert Uytterhoeven > CC: Andrew Morton > --- > arch/arc/mm/cache_arc700.c | 1 + > arch/hexagon/mm/cache.c | 1 + > arch/sh/mm/cache.c | 1 + > arch/tile/kernel/smp.c | 1 + > arch/xtensa/kernel/smp.c | 1 + > 5 files changed, 5 insertions(+) > For Hexagon, Acked-by: Richard Kuo -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation