diff options
author | Jens Axboe <axboe@fb.com> | 2014-09-11 17:31:18 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-09-11 17:31:18 +0200 |
commit | b207892b061da7608878e273ae22ba9bf9be264b (patch) | |
tree | 51daa46b89b83cad422941f52110b19571b85b79 /arch/hexagon/mm/cache.c | |
parent | bdi: reimplement bdev_inode_switch_bdi() (diff) | |
parent | blk-mq: scale depth and rq map appropriate if low on memory (diff) | |
download | linux-b207892b061da7608878e273ae22ba9bf9be264b.tar.xz linux-b207892b061da7608878e273ae22ba9bf9be264b.zip |
Merge branch 'for-linus' into for-3.18/core
A bit of churn on the for-linus side that would be nice to have
in the core bits for 3.18, so pull it in to catch us up and make
forward progress easier.
Signed-off-by: Jens Axboe <axboe@fb.com>
Conflicts:
block/scsi_ioctl.c
Diffstat (limited to 'arch/hexagon/mm/cache.c')
-rw-r--r-- | arch/hexagon/mm/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/hexagon/mm/cache.c b/arch/hexagon/mm/cache.c index fe14ccf28561..0c76c802e31c 100644 --- a/arch/hexagon/mm/cache.c +++ b/arch/hexagon/mm/cache.c @@ -68,6 +68,7 @@ void flush_icache_range(unsigned long start, unsigned long end) ); local_irq_restore(flags); } +EXPORT_SYMBOL(flush_icache_range); void hexagon_clean_dcache_range(unsigned long start, unsigned long end) { |