This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] 3/3 FFI: Use __builtin_flush_icache() to flush MIPS i-cache.


David Daney <ddaney@avtrex.com> writes:
> A new version of the patch.  All that changed is the name of the 
> builtin.  It is now __builtin___clear_cache().

Assuming this is considered part of the MIPS target...

>     * src/mips/ffi.c: Don't include sys/cachectl.h.
>     (ffi_prep_closure_loc): Use __builtin___clear_cache() instead of
>     cacheflush().

OK, thanks.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]