RISC-V: Fix sys_riscv_flush_icache
authorPalmer Dabbelt <palmer@sifive.com>
Mon, 20 Aug 2018 18:32:10 +0000 (11:32 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Mon, 20 Aug 2018 18:32:10 +0000 (11:32 -0700)
This contains a pair of patches that together fix sys_riscv_flush_icache
on all systems:

* The first enables sys_riscv_flush_icache() for non-SMP systems.
* The second fixes a bug in our syscall header that caused
  sys_riscv_flush_icache to never get generated.


Trivial merge