hi ralf: 2010/11/2 Ralf Baechle <ralf@xxxxxxxxxxxxxx>: > 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. I found it ~~ thanks a lot :-) miloody