History log of /openbsd-src/lib/libc/arch/mips64/gen/cacheflush.c (Results 1 – 1 of 1)
Revision Date Author Comments
# 6029ab56 27-Sep-2009 miod <miod@openbsd.org>

Add an implementation of IRIX-compatible cacheflush() routine to mips ports,
needed for gcc -ftrampoline operation as well as by some third-party
software.
Although the implementation uses the sysarc

Add an implementation of IRIX-compatible cacheflush() routine to mips ports,
needed for gcc -ftrampoline operation as well as by some third-party
software.
Although the implementation uses the sysarch() sysctl, the wrapper is
added to libc as it was a direct system call (which it is on IRIX).

show more ...