Commit 000ab4b0 authored by Chen Gang's avatar Chen Gang Committed by 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: default avatarLennox Wu <lennox.wu@gmail.com>
Signed-off-by: default avatarChen Gang <gang.chen.5i5j@gmail.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment