From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 02 Nov 2010 13:59:56 +0100 (CET) Received: from h5.dl5rb.org.uk ([81.2.74.5]:37078 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491791Ab0KBM7w (ORCPT ); Tue, 2 Nov 2010 13:59:52 +0100 Received: from h5.dl5rb.org.uk (localhost.localdomain [127.0.0.1]) by h5.dl5rb.org.uk (8.14.4/8.14.3) with ESMTP id oA2CxpXf025299; Tue, 2 Nov 2010 12:59:51 GMT Received: (from ralf@localhost) by h5.dl5rb.org.uk (8.14.4/8.14.4/Submit) id oA2CxpZ6025297; Tue, 2 Nov 2010 12:59:51 GMT Date: Tue, 2 Nov 2010 12:59:51 +0000 From: Ralf Baechle To: loody Cc: Linux MIPS Mailing List Subject: Re: where is blast_dcache32 ? Message-ID: <20101102125951.GB6570@linux-mips.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 28291 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips On Tue, Nov 02, 2010 at 08:50:18PM +0800, loody wrote: > Dear all: > I try to grep blast_dcache32 but the results show as below. > #pwd > linux-2.6.30.9/arch/mips > #grep -rnw 'blast_dcache32' * > mm/c-r4k.c:140: r4k_blast_dcache = blast_dcache32; > Binary file mm/built-in.o matches > mm/.svn/text-base/c-r4k.c.svn-base:140: r4k_blast_dcache = blast_dcache32; > Binary file mm/c-r4k.o matches > # > > Would anyone tell me where I can find it? > did I grep the wrong folder? You made the mistake of using grep ;-) The function is generated by a number of pretty ugly macros arch/mips/include/asm/r4kcache.h. Ralf