Skip to content

Commit

Permalink
arch/score/mm/cache.c: Export 'flush_icache_range'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chen Gang authored and Lennox Wu committed Oct 4, 2014
1 parent 51de2f1 commit 000ab4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/score/mm/cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
start += L1_CACHE_BYTES;
}
}
EXPORT_SYMBOL(flush_icache_range);

0 comments on commit 000ab4b

Please sign in to comment.