History log of /netbsd-src/sys/rump/kern/lib/libsljit/arch/mips/cache.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 3eaf14fe 22-Jan-2019 alnsn <alnsn@NetBSD.org>

Cast register_t to uintptr_t before casting to void *.

Not sure what's going on here but evbmips64-el build fails
without this cast.


# 11498dee 22-Jan-2019 alnsn <alnsn@NetBSD.org>

Sync the first argument type with mco_icache_sync_range.


# c5e535c2 22-Jul-2014 alnsn <alnsn@NetBSD.org>

Implement rumpcomp_sync_icache() hyprecall for mips and add
a barebone implementation if mips cache ops to librumpkern_sljit.