]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add documentation for __riscv_flush_icache
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 29 Jan 2018 18:25:23 +0000 (10:25 -0800)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 29 Jan 2018 18:25:23 +0000 (10:25 -0800)
commitba9e25a62bd662ce8c7ed6c8d1c072110f1ffae5
tree3ef42adf948b0e4f65e39e21f5c4a49da7e0b34f
parent4215e27674de95a564087a3841873f3d980d4764
Add documentation for __riscv_flush_icache

This function is used by GCC to enforce ordering between data writes and
instruction fetches, and while we'd prefer that users rely on the GCC
intrinsic when possible this is user visible in case that's not
possible.

2018-01-29  Palmer Dabbelt  <palmer@sifive.com>

        * manual/platform.texi: Add RISC-V documenation for
        __riscv_flush_icache.
ChangeLog
manual/platform.texi