提交 000ab4b0 编写于 作者: C Chen Gang 提交者: Lennox Wu

arch/score/mm/cache.c: Export 'flush_icache_range'

The related error (with allmodconfig under score):

    MODPOST 1365 modules
  ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined!
Acked-by: NLennox Wu <lennox.wu@gmail.com>
Signed-off-by: NChen Gang <gang.chen.5i5j@gmail.com>
上级 51de2f11
无相关合并请求
......@@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
start += L1_CACHE_BYTES;
}
}
EXPORT_SYMBOL(flush_icache_range);
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部