mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-04-02 02:02:48 +02:00
make cache_flush_ not const, because syscalls are usually not
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <sys/syscall.h>
|
||||
|
||||
|
||||
.global cache_flush_d_inval_i @ const void *start_addr, const void *end_addr
|
||||
.global cache_flush_d_inval_i @ void *start_addr, void *end_addr
|
||||
|
||||
cache_flush_d_inval_i:
|
||||
mov r2, #0
|
||||
|
||||
@@ -1 +1 @@
|
||||
extern void cache_flush_d_inval_i(const void *start_addr, const void *end_addr);
|
||||
extern void cache_flush_d_inval_i(void *start_addr, void *end_addr);
|
||||
|
||||
Reference in New Issue
Block a user