diff options
Diffstat (limited to 'manual/platform.texi')
-rw-r--r-- | manual/platform.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform.texi b/manual/platform.texi index b8721a0..504addc 100644 --- a/manual/platform.texi +++ b/manual/platform.texi @@ -123,7 +123,7 @@ when it is not allowed, the priority is set to medium. Cache management facilities specific to RISC-V systems that implement the Linux ABI are declared in @file{sys/cachectl.h}. -@deftypefun {void} __riscv_flush_icache(void *@var{start}, void *@var{end}, unsigned long int @var{flags}) +@deftypefun {void} __riscv_flush_icache (void *@var{start}, void *@var{end}, unsigned long int @var{flags}) @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} Enforce ordering between stores and instruction cache fetches. The range of addresses over which ordering is enforced is specified by @var{start} and |