Преглед изворни кода

riscv64: define __NR_riscv_flush_icache if not available

Waldemar Brodkorb пре 1 година
родитељ
комит
ffe74276cd
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      libc/sysdeps/linux/riscv64/cache.c

+ 4 - 0
libc/sysdeps/linux/riscv64/cache.c

@@ -19,6 +19,10 @@
 #include <atomic.h>
 #include <sys/syscall.h>
 
+#ifndef __NR_riscv_flush_icache
+#define __NR_riscv_flush_icache 259
+#endif
+
 typedef int (*func_type) (void *, void *, unsigned long int);
 
 static int