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: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
This commit is contained in:
Chen Gang 2014-07-09 16:56:36 +08:00 committed by Lennox Wu
parent 51de2f11f5
commit 000ab4b0a7

View file

@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
start += L1_CACHE_BYTES;
}
}
EXPORT_SYMBOL(flush_icache_range);