From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32379 invoked by alias); 5 Jul 2007 18:54:18 -0000 Received: (qmail 32363 invoked by uid 22791); 5 Jul 2007 18:54:17 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.nildram.co.uk (HELO smtp.nildram.co.uk) (195.149.33.74) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Jul 2007 18:54:11 +0000 Received: from firetop.home (unknown [84.12.162.236]) by smtp.nildram.co.uk (Postfix) with ESMTP id 4875C55F8C; Thu, 5 Jul 2007 19:54:06 +0100 (BST) Received: from richard by firetop.home with local (Exim 4.63) (envelope-from ) id 1I6WSu-00072D-AN; Thu, 05 Jul 2007 19:54:08 +0100 From: Richard Sandiford To: David Daney Mail-Followup-To: David Daney ,gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, rsandifo@nildram.co.uk Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org Subject: Re: [Patch] 3/3 FFI: Use __builtin_flush_icache() to flush MIPS i-cache. References: <468734D3.3020908@avtrex.com> <4687370E.7090801@avtrex.com> <468CA0EA.5010905@avtrex.com> Date: Thu, 05 Jul 2007 19:08:00 -0000 In-Reply-To: <468CA0EA.5010905@avtrex.com> (David Daney's message of "Thu, 05 Jul 2007 00:42:34 -0700") Message-ID: <87k5te3cmn.fsf@firetop.home> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg00489.txt.bz2 David Daney 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