RISC-V: Fix for icache flush issue on multicore processors.
commitb8e3bfb51667df1a1661f2ecacf518e8bdf14960
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jan 2018 20:34:01 +0000 (2 20:34 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jan 2018 20:34:01 +0000 (2 20:34 +0000)
tree57d866c19352e762105309dc99d34dd530f91286
parent002ea84cfc4a585bc61ad6b8522ab9031a790505
RISC-V: Fix for icache flush issue on multicore processors.

gcc/
* config/riscv/linux.h (ICACHE_FLUSH_FUNC): New.
* config/riscv/riscv.md (clear_cache): Use it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256109 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/riscv/linux.h
gcc/config/riscv/riscv.md