Nick Hudson wrote:
...
...
Nick, thanks for the info.
And finally, when I use cpu_icache_sync_range() to flush icache in the
kernel, the build breaks in rump because rumpns_cpufuncs isn't defined.
I wonder if I can use something else like __clear_cache() for a limited
set of arm versions supported by sljit?
http://nxr.netbsd.org/source/search?q=ARM_SYNC_ICACHE&project=src
This is a syscall. I need a kernel function that can also work in rump.
But I guess I will need to implement rump support with that syscall.