linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/score/mm/cache.c: Export 'flush_icache_range'
@ 2014-07-09  8:56 Chen Gang
  0 siblings, 0 replies; only message in thread
From: Chen Gang @ 2014-07-09  8:56 UTC (permalink / raw)
  To: Liqin Chen, Lennox Wu; +Cc: linux-kernel@vger.kernel.org

The related error (with allmodconfig under score):

    MODPOST 1365 modules
  ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined!

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
 arch/score/mm/cache.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/score/mm/cache.c b/arch/score/mm/cache.c
index be91041..b4bcfd3 100644
--- a/arch/score/mm/cache.c
+++ b/arch/score/mm/cache.c
@@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
 		start += L1_CACHE_BYTES;
 	}
 }
+EXPORT_SYMBOL(flush_icache_range);
-- 
1.9.2.459.g68773ac

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-09  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09  8:56 [PATCH] arch/score/mm/cache.c: Export 'flush_icache_range' Chen Gang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).